ethereum / meteor-dapp-wallet

This is an archived repository of one of the early Ethereum wallets.
https://ethereum.org/en/wallets/find-wallet/
GNU General Public License v3.0
599 stars 410 forks source link

Semi-automatic import of Wallet Contracts #497

Closed evertonfraga closed 3 years ago

evertonfraga commented 5 years ago

This feature aims to quickly show what wallet contracts the current accounts have created.

  1. download a list of contracts created by a given account using a rest service (eg: etherscan).
  2. match each contract's code against a wallet contract stub.
  3. show which wallet contracts the user wants to import.
  4. include those wallets on the list.

as a bonus, it could also show other wallet contracts the accounts are part of, without have actually created them.

stvenyin commented 5 years ago

see.