web3-won-personal
v1.0.1-beta.36
Published
Web3 module to interact with the worldopennetwork blockchain accounts stored in the node.
Readme
web3-won-personal
This is a sub package of [web3.js][repo]
This is the personal package to be used in the web3-won package.
Please read the [documentation][docs] for more.
Installation
Node.js
npm install web3-won-personalIn the Browser
Build running the following in the [web3.js][repo] repository:
npm run-script build-allThen include dist/web3-won-personal.js in your html file.
This will expose the Web3EthPersonal object on the window object.
Usage
// in node.js
var Web3EthPersonal = require('web3-won-personal');
var personal = new Web3EthPersonal('ws://localhost:8546');