Skip to content

13790839029/sdchain-wallet-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sdchain-wallet-web

A platform for users to manage wallet

Run

Engineering Configuration Changes

Modify the corresponding js file: js/base.js

var baseurl = 'http://192.168.0.24:8080/sdchainWallet-webservice/resSDnWalt';

Start the service

This project is a pure front-end project and can be run with nginx or other static servers. For example, use nginx to modify the following configuration: Modify the file nginx.conf

http {
 server {
 location / {
            # Actual project path
            root /usr/local/sdchain-wallet-web;
            # Home mapping html
            index index.html index.htm;
        }
   }
}

Access address: http://localhost:80/

About

The wallet manager of web

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published