Developer-DAO / resources

A collection of useful resources for Developer DAO members
416 stars 51 forks source link

Safety with Wallets #4

Open ngnathan opened 3 years ago

ngnathan commented 3 years ago

(CC @angeljgomezc) Looking for people experienced with safety with wallets (both common usage and development).

If you have some helpful resources, we'd love your contribution! Post links below or create a pull request.

wolovim commented 3 years ago

ethereum.org just published a new security page, which includes wallet-specifics: https://ethereum.org/en/security/#wallet-security.

m0ham3dx commented 2 years ago

From a user standpoint

In addition to the excellent article posted by @marcgarreau

The following medium article from a DefI bug bounty platform is quite similar - [CLICK]

From a dev standpoint

Unless you intend to build your own wallet from scratch you can use the following wallet adapters that can be easily integrated in your code

  1. Solana Wallet Adapter
  2. Web3 Modal