-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Hello!
I've been building a toy terminal chat app with rust & ratatui, and want to incorporate a way for a user to get into the app via their Ethereum Wallet. I found walletconnect crate, which allows signing a QR code walletconnect-style to get a wallet instance. However, this crate is a couple years old and has not been updated. I believe its still on an old version of the walletconnect protocol.
I was wondering if this library is mature enough, or will be mature enough (or if it is even possible/a goal) to do what the walletconnect crate does. If not, what has to be done to get it there?
I saw the sign example in the PRs, but that requires interacting with a webui(terminal only!). Is it possible to create an example that uses only the terminal?