Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wallet Connect integration #16

Open
ipapandinas opened this issue Sep 13, 2022 · 0 comments
Open

Wallet Connect integration #16

ipapandinas opened this issue Sep 13, 2022 · 0 comments
Labels

Comments

@ipapandinas
Copy link
Contributor

Is your feature request related to a problem? Please describe.

Currently we can only sign transactions using the polkadot{.js} extension.

Describe the solution you'd like

We should extend the signing process by make it compatible with the Ternoa Wallet on Mainnet and Alphanet.
This can be achieved by adding Wallet Connect to the project.

Here are the helpers needed in a new helpers > walletconnect.tsx file:

  • createClientWC: to init the wallet connect provider
  • connectWC: to get connected
  • disconnectWC: to get disconnected
  • signWC: to sign a transaction

Maybe we can also consider a redirection to the application for mobile users

Describe alternatives you've considered

Support our wallet is mandatory.

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant