A sample wallet using JS SDK
- Nodejs (ver.10+)
-
Install dependencies
npm install
-
Building static files
npm run build
-
Deploy the output (
build / static
1) directory to the server
Example:
location / {
root /home/work/webroot;
index static/xuper-wallet-web/page/index.html;
}
PORT: 8080 2
Run
npm start
- Implements xuper accout and transaction
- Support for browse transaction history
1: scripts/extension.js -> [l:37]
2: scripts/webpack.dev.js -> [l:29]