https://github.com/parazyd/nym-dumpster
Generic async interface for communication over Nym
https://github.com/parazyd/nym-dumpster
async async-std mixnet nym rust
Last synced: 8 months ago
JSON representation
Generic async interface for communication over Nym
- Host: GitHub
- URL: https://github.com/parazyd/nym-dumpster
- Owner: parazyd
- License: agpl-3.0
- Created: 2023-06-27T18:36:34.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-28T11:03:12.000Z (almost 3 years ago)
- Last Synced: 2025-10-13T03:08:01.239Z (8 months ago)
- Topics: async, async-std, mixnet, nym, rust
- Language: Rust
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
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
```
2. Wait for https://github.com/nymtech/nym/issues/3610
3. Run the examples
```
$ cargo run --release --example server
$ cargo run --release --example client
```
## License
GNU AGPL 3.0