app3-apis-personal

App3 module to interact with the APIS blockchain accounts stored in the node.

Usage no npm install needed!

<script type="module">
  import app3ApisPersonal from 'https://cdn.skypack.dev/app3-apis-personal';
</script>

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');