This repo provides a boilerplate for creating a customized wallet using the Burner Wallet 2 libraries and assets on the Fuel Sidechain.
Visit burner.fuel.sh to try out the wallet.
- Clone the repo
- Run
yarn install
- Run
yarn start
to start the wallet onhttp://localhost:3000
, or runyarn build
to compile a production wallet into the build directory.