An open API service indexing awesome lists of open source software.

https://github.com/walletconnect/wcn

Rust implementation of the WCN Node protocol
https://github.com/walletconnect/wcn

Last synced: 9 months ago
JSON representation

Rust implementation of the WCN Node protocol

Awesome Lists containing this project

README

          

WallectConnect Network Node. Implemented in Rust.

Node operators, see [Node Operator onboarding](docs/node-operator-onboarding.md) doc before joining the network.

The list of currently available CLI commands:
```bash
cargo run -p wcn --help
```

## Contributing

If you would like to contribute to the project, please read
the [Contributing](./docs/Contributing.md) guide.

## License

Licensed under [Apache License, Version 2.0](./LICENSE).

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in this crate by you, as defined in the Apache-2.0 license, shall
be licensed as above, without any additional terms or conditions.

## Terms of Service

By using this software you agree to our [Terms of Service](./terms-of-service.md).