pec-eth
v1.0.5
Published
Web3 module to interact with the Ethereum blockchain and smart contracts.
Downloads
15
Readme
pec-eth
[![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 Eth package is used within some [pec.js][repo] packages.
Please read the [documentation][docs] for more.
Installation
Node.js
npm install pec-eth
Usage
const Web3Eth = require('pec-eth');
const eth = new Web3Eth('ws://localhost:8546');
Types
All the TypeScript typings are placed in the types
folder.