Byone Chrome Extension wallet is a UTXO base Wallet. The extension in charge of the all the Key and Account Management.
- Install Node.js version 8 and the latest available npm@6
- Install dependencies:
npm install - build for production with minification && crx package with
npm run build - Optionally, to rebuild on file changes, run
npm run dev. - To package .zip files for distribution, run
npm run zip, or run the full build & zip withgulp dist.
Uncompressed builds can be found in /dist, compressed builds can be found in /builds once they're built.
npm install
npm run devnpm run build- How to add custom build to Chrome
- How to live reload on local dependency changes
- How to use Bytom-JS-SDK and WebAssembly
- 中文文档
Many thanks to the early contributors in Bytom-Community.
