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 installwill 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
.envin thebasic-walletfolder and set the contents toREACT_APP_INFURA_KEY=<your key from infura.com> - Run
yarn start-localto start the wallet while connected to Ganache, or runyarn start-basicto start the wallet connected to Mainnet & xDai