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

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

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)