app3-apis
v0.9.3-11
Published
App3 module to interact with the APIS blockchain and smart contracts.
Downloads
3
Readme
app3-apis
This is a sub package of app3.js
This is the APIS package to be used app3.js. Please read the documentation for more.
Installation
Node.js
npm install app3-apis
In the Browser
Build running the following in the app3.js repository:
npm run-script build-all
Then include dist/app3-apis.js
in your html file.
This will expose the App3APIS
object on the window object.
Usage
// in node.js
var App3APIS = require('app3-apis');
var apis = new App3APIS('ws://localhost:8546');