pec-providers-ipc
v1.0.5
Published
Module to handle pec RPC connections over IPC sockets.
Downloads
5
Readme
pec-providers-ipc
This is an IPC provider sub-package for pec.js.
Please read the documentation for more.
Installation
Node.js
npm install pec-providers-ipc
Usage
const Web3IpcProvider = require('pec-providers-ipc');
const net = require(net);
const ipc = new Web3IpcProvider('/Users/me/Library/Ethereum/geth.ipc', net);
Types
All the TypeScript typings are placed in the types
folder.