1.0.0 • Published 6 years ago

wallet-base v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

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