Skip to content

trustnote-org/wallet-base

Repository files navigation

wallet-base

Base library for wallet develop

install

  • git clone https://github.com/trustnote/wallet-base.git

  • install nodejs

  • install grunt-cli

      `npm install -g grunt-cli`
    

How to use

nodejs

npm install https://github.com/trustnote/wallet-base.git --save

let core = require("wallet-base")

Web

cd wallet-base
npm install
grunt
  • copy public/core.js to project
  • import js <script src="core.js"></script>

see demo/index.html

About

Base library for wallet develop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors