This repo provides a boilerplate for building a project using the Burner Wallet 2.
Work in progress!
- Clone the repo
- Run
yarn install
. This repo uses Lerna and Yarn Workspaces, soyarn install
will install all dependencies and link modules in the repo - 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-local
to start the wallet while connected to Ganache, or runyarn start-basic
to start the wallet connected to Mainnet & xDai