Skip to content

xuperchain/xuper-wallet-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xuper Wallet —— Web

A sample wallet using JS SDK

Prerequires

  • Nodejs (ver.10+)

How to use?

  1. Install dependencies

    npm install

  2. Building static files

    npm run build

  3. Deploy the output (build / static1) directory to the server

Nginx conf

Example:

location / {
    root /home/work/webroot;
    index static/xuper-wallet-web/page/index.html;
}

Dev server (webpack-dev-server)

PORT: 8080 2

Run

npm start

Current Status

  • Implements xuper accout and transaction
  • Support for browse transaction history

1: scripts/extension.js -> [l:37]

2: scripts/webpack.dev.js -> [l:29]

Releases

No releases published

Packages

No packages published