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
- Host: GitHub
- URL: https://github.com/walletconnect/wcn
- Owner: WalletConnect
- License: apache-2.0
- Created: 2024-03-25T16:55:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-21T16:33:09.000Z (9 months ago)
- Last Synced: 2025-08-21T19:03:46.477Z (9 months ago)
- Language: Rust
- Homepage: https://walletconnect.network
- Size: 2.06 MB
- Stars: 11
- Watchers: 9
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: docs/Contributing.md
- License: LICENSE
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).