mirror of
https://github.com/fluencelabs/examples
synced 2025-06-13 01:51:20 +00:00
add more AIR scripts
This commit is contained in:
10
multi-service/air-scripts/test_air.clj
Normal file
10
multi-service/air-scripts/test_air.clj
Normal file
@ -0,0 +1,10 @@
|
||||
(xor
|
||||
(seq
|
||||
(call relay (service "get_latest_block") [api_key] result)
|
||||
(call %init_peer_id% (returnService "run") [result])
|
||||
)
|
||||
(seq
|
||||
(call relay ("op" "identity") [])
|
||||
(call %init_peer_id% (returnService "run") ["XOR FAILED" %last_error%])
|
||||
)
|
||||
)
|
Reference in New Issue
Block a user