Getting started intro examples (#13)

This commit is contained in:
Pavel
2021-07-20 14:00:26 +03:00
committed by GitHub
parent 1fce5ecaed
commit 4d75823232
64 changed files with 61690 additions and 0 deletions

View File

@ -0,0 +1,6 @@
import "@fluencelabs/aqua-lib/builtin.aqua"
func getRelayTime(relayPeerId: PeerId) -> u64:
on relayPeerId:
ts <- Peer.timestamp_ms()
<- ts