mirror of
https://github.com/fluencelabs/examples
synced 2025-04-30 13:12:15 +00:00
* init reorg * updated readme * fix CI * remove outdated ipfs-node example * add Readme * update readme, add config file Co-authored-by: folex <0xdxdy@gmail.com>
10 lines
325 B
Clojure
10 lines
325 B
Clojure
(xor
|
|
(seq
|
|
(call relay (service "ether_price_getter") ["32fc4c0e-59cf-4245-8f22-d4095de0f738" "EUR"] result)
|
|
(call %init_peer_id% (returnService "run") [result])
|
|
)
|
|
(seq
|
|
(call relay ("op" "identity") [])
|
|
(call %init_peer_id% (returnService "run") ["XOR FAILED" %last_error%])
|
|
)
|
|
) |