Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 626 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 626 Bytes

Bamboo Javascript Library (bamboo-js)

Download

git clone https://github.com/pandanite-crypto/pandanite-js

Installation

npm install

Run Tests

node example.js

Include into your project

npm install https://github.com/pandanite-crypto/pandanite-js.git

Instantiate

const Pandanite = require('pandanite-js');

const pandaniteCrypto = new Pandanite.crypto();
const pandaniteApi = new Pandanite.api('https://pandanite.net');

See example.js for method calling examples

Software

Node.js