OSDN Git Service

test code
[bytom/Byone.git] / README.md
1 # chrome-extension-wallet
2
3 > Bytom Chrome Extension Wallet
4
5 ## Build Setup
6
7 ``` bash
8 # install dependencies
9 npm install
10
11 # serve with auto reload && import the **dist** folder in the Chrome browser
12 npm run dev
13
14 # build for production with minification && crx package
15 npm run build
16 ```
17
18 ## Architecture Diagram
19 ![png](https://gitee.com/eostimeline/bytom-chrome-extension/raw/master/doc/architecture-diagram.png)