Update README.md
A sample wallet using JS SDK
Install dependencies
npm install
Building static files
npm run build
Deploy the output (build / static1) directory to the server
build / static
Example:
location / { root /home/work/webroot; index static/xuper-wallet-web/page/index.html; }
PORT: 8080 2
Run
npm start
1: scripts/extension.js -> [l:37]
2: scripts/webpack.dev.js -> [l:29]
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
Xuper Wallet —— Web
A sample wallet using JS SDK
Prerequires
How to use?
Install dependencies
Building static files
Deploy the output (
build / static1) directory to the serverNginx conf
Example:
Dev server (webpack-dev-server)
PORT: 8080 2
Run
Current Status
1: scripts/extension.js -> [l:37]
2: scripts/webpack.dev.js -> [l:29]