wallet-base

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i wallet-base

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

37.6 kB

Total Files

15

Last publish

Collaborators

  • kakegu