A generic Rust async interface to nym-client
.
- Start nym-client
$ git clone https://github.com/nymtech/nym
$ cd nym
$ git checkout v1.1.22
$ cargo build --release
$ cp target/release/nym-client .
$ ./nym-client init --id acab
$ ./nym-client run --id acab
-
Wait for nymtech/nym#3610
-
Run the examples
$ cargo run --release --example server
$ cargo run --release --example client
GNU AGPL 3.0