This repo provides a boilerplate for creating a customized wallet using the Burner Wallet 2 libraries.
- Clone the repo
- Run
yarn install
- To connect to mainnet & most testnets, you'll need to provide an Infura key. Create a file
named
.env
in thebasic-wallet
folder and set the contents toREACT_APP_INFURA_KEY=<your key from infura.com>
- Run
yarn start
to start the wallet onhttp://localhost:3000
, or runyarn build
to compile a production wallet into the build directory.
Note: If you would like to extend Burner Wallet functionality by building your own plugin, check out the burner-wallet/sample-plugin
repo.