Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/critesjosh/celo-burner-alfa

celo alfajores burner wallet
https://github.com/critesjosh/celo-burner-alfa

Last synced: 18 days ago
JSON representation

celo alfajores burner wallet

Awesome Lists containing this project

README

        

# Sample Burner Wallet 2 for Celo

This repo provides a boilerplate for creating a customized wallet using the Burner Wallet 2 libraries.
## Setup

1. Clone the repo
2. Run `yarn install`
3. Run `yarn start` to start the wallet on `http://localhost:3000`, or run `yarn 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`](https://github.com/burner-wallet/sample-plugin) repo.