/nym-dumpster

Generic async interface for communication over Nym

Primary LanguageRustGNU Affero General Public License v3.0AGPL-3.0

nym-dumpster

A generic Rust async interface to nym-client.

Usage

  1. 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
  1. Wait for nymtech/nym#3610

  2. Run the examples

$ cargo run --release --example server
$ cargo run --release --example client

License

GNU AGPL 3.0