dougEfresh / WalletConnectRust

WalletConnect Rust SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WalletConnect Rust SDK

This is the foundation for the WalletConnect Rust SDK. Currently, there's only the core client and the RPC types required to communicate with the Relay.

Examples:

relay_client

The core Relay client. Provides access to all available Relay RPC methods to build on top of.

relay_rpc

Provides all of the Relay domain types (e.g. ClientId, ProjectId etc.) as well as auth token generation and validation functionality.

cacao feature

To aid IDE integration you may want to add this to your local relay_rpc/Cargo.toml file:

[features]
default = ["cacao"]

License

Apache License (Version 2.0)

About

WalletConnect Rust SDK

License:Apache License 2.0


Languages

Language:Rust 95.0%Language:Solidity 3.8%Language:Just 1.2%