Orange-Wallet / wallet-connect-dart

Wallet Connect client in Dart.
https://pub.dev/packages/wallet_connect
BSD 3-Clause "New" or "Revised" License
116 stars 76 forks source link

is it wallet connect v2 or v1? if v1, are you planning to support v2? #10

Open romeo4934 opened 2 years ago

Abhimanyu121 commented 2 years ago

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.

romeo4934 commented 2 years ago

👌

tim-eucalyptus commented 1 year ago

Still V1??

makinghappen commented 1 year ago

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

romeo4934 commented 1 year ago

V1 is soon going to be deprecated

Luzzotica commented 1 year ago

Is there any way to help you guys get to v2? How can I help?

the-recondite commented 1 year ago

How can we help? This package has been very useful for us