pec-eth-personal
[![NPM Package][npm-image]][npm-url] [![Dependency Status][deps-image]][deps-url] [![Dev Dependency Status][deps-dev-image]][deps-dev-url]
This is a sub-package of [pec.js][repo].
This is the personal package used in the pec-eth
package.
Please read the [documentation][docs] for more.
Installation
Node.js
npm install pec-eth-personal
Usage
const Web3EthPersonal = require('pec-eth-personal');
const personal = new Web3EthPersonal('ws://localhost:8546');
Types
All the TypeScript typings are placed in the types
folder.