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

[Tracking] Support EVM EOA and smart contract wallets #1485

Open
20 tasks
nud3l opened this issue Jul 25, 2023 · 0 comments
Open
20 tasks

[Tracking] Support EVM EOA and smart contract wallets #1485

nud3l opened this issue Jul 25, 2023 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@nud3l
Copy link
Member

nud3l commented Jul 25, 2023

Is your feature request related to a problem? Please describe.
Polkadot.js-compatible wallets have little traction compared to EVM-compatible wallets among users. Under the hood, we are adding an EVM to enable support for users to interact with the chain using their existing EVM-compatible wallets.

Describe the solution you'd like

Add support for the following wallets (listed in priority order):

Externally Owned Accounts (EOA)

  • Metamask
  • WalletConnect v2
  • Ledger (hardware wallet)

Smart Contract/Account Abstraction

  • Gnosis Safe

Other EOAs

  • Rainbow
  • Argent
  • Brave Wallet
  • Zerion
  • Trust wallet
  • Exodus wallet
  • Coinbase wallet
  • Blockchain.com wallet
  • Enkrypt
  • ZenGo

All of these wallets should be able to interface with every transaction on the parachain. There might be additional logic required on the EVM side though, so listing priority order:

  • Transfer
  • iBTC bridge
  • Staking
  • DeFi (AMM, lending)
  • XCM
  • All the rest

Additional context
From the parachains, I'm aware of Astar (https://portal.astar.network/astar/assets) and Moonbeam (https://apps.moonbeam.network/moonbeam) supporting some EVM wallets.

@nud3l nud3l added the enhancement New feature or request label Jul 25, 2023
@nud3l nud3l added this to the EVM milestone Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant