Skip to content

movnetwork/Byone

 
 

Repository files navigation

Byone Chrome Extension

Byone Chrome Extension wallet is a UTXO base Wallet. The extension in charge of the all the Key and Account Management.

Building locally

  • 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 with gulp dist.

Uncompressed builds can be found in /dist, compressed builds can be found in /builds once they're built.

Architecture

Architecture Diagram

Development

npm install
npm run dev

Build for Publishing

npm run build

Other Docs

Thanks to

Many thanks to the early contributors in Bytom-Community.

About

Bytom Wallet Extension for Chrome

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 53.6%
  • JavaScript 43.0%
  • CSS 2.5%
  • Other 0.9%