wuarg / Byone

Bytom Wallet Extension for Chrome

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bystore Chrome Extension

Bystore 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


Languages

Language:Vue 51.3%Language:JavaScript 43.4%Language:CSS 4.7%Language:HTML 0.5%