wallet-connect-dart
wallet-connect-dart copied to clipboard
is it wallet connect v2 or v1? if v1, are you planning to support v2?
Hey so far we only support V1, we do plan to add support for V2 but it will take us a bit of time as we have a few other things in the pipeline before that.
👌
Still V1??
https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1328.md
For WalletConnect v1.0 protocol (version=1) the parameters are:
key - symmetric key used for encryption
bridge - url of the bridge server for relaying messages
For WalletConnect v2.0 protocol (version=2) the parameters are:
symKey - symmetric key used for encrypting messages over relay
relay-protocol - transport protocol for relaying messages
relay-data - (optional) transport data for relaying messages
code in this repository only handles "bridge" param, so it is still v1
V1 is soon going to be deprecated
Is there any way to help you guys get to v2? How can I help?
How can we help? This package has been very useful for us