https://github.com/zemse/walletconnect-sdk-rs
implementation of walletconnect specs in rust
https://github.com/zemse/walletconnect-sdk-rs
crypto ethereum rust walletconnect web3
Last synced: 11 months ago
JSON representation
implementation of walletconnect specs in rust
- Host: GitHub
- URL: https://github.com/zemse/walletconnect-sdk-rs
- Owner: zemse
- Created: 2025-04-21T11:48:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-05T10:05:29.000Z (12 months ago)
- Last Synced: 2025-07-27T23:47:28.811Z (11 months ago)
- Topics: crypto, ethereum, rust, walletconnect, web3
- Language: Rust
- Homepage:
- Size: 309 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wallet connect sdk in rust [WIP]
> this is an unofficial implementation
checkout [examples](./examples) to see how it works.
## features support
- [x] estabilish connection with dapp
- [x] watch for requests like tx or message signing and respond
- [ ] estabilish connection with wallet
- [ ] make requests to perform actions
## rpc method support
- [x] wc_sessionPropose
- [x] wc_sessionSettle
- [ ] wc_sessionAuthenticate
- [x] wc_sessionRequest
- [ ] wc_sessionUpdate
- [ ] wc_sessionExtend
- [x] wc_sessionPing
- [ ] wc_sessionDelete
- [ ] wc_sessionEvent
## used by
- [gm](https://github.com/zemse/gm)