Skip to content

parazyd/nym-dumpster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Generic async interface for communication over Nym

Topics

Resources

License

Stars

Watchers

Forks

Languages