semuxgo / semux-web-wallet

Semux Web Wallet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Semux Web Wallet

This is the source code of Semux Web Wallet, which allows you to interact with Semux Network without installation.

Building from source

Pre-requisite:

  • Node.js 10 or above
  • npm

Build:

git clone https://github.com/semuxproject/semux-web-wallet.git
cd semux-web-wallet
make clean build

Run

sudo npm install http-server -g
http-server -p 8080 build

Trying it out

You can also access Semux Web Wallet from the following sites:

License

This package is licensed under ISC

About

Semux Web Wallet

License:ISC License


Languages

Language:TypeScript 96.6%Language:JavaScript 1.3%Language:HTML 1.3%Language:Makefile 0.7%