Rename js-sdk-examples to fluence-js-examples

This commit is contained in:
Pavel Murygin
2021-10-20 22:03:31 +03:00
parent 921938082b
commit 59af5c4e0f
33 changed files with 0 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