0.9.3-3 • Published 6 years ago
app3-apis-personal v0.9.3-3
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-personalIn the Browser
Build running the following in the app3.js repository:
npm run-script build-allThen 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');