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