Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 496 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 496 Bytes

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