Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/critesjosh/celo-burner-alfa
- Owner: critesjosh
- Created: 2021-05-16T16:22:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-19T20:07:54.000Z (over 3 years ago)
- Last Synced: 2024-10-29T07:41:06.474Z (2 months ago)
- Language: JavaScript
- Size: 9.83 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
## Setup1. 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.