2.0.3 • Published 6 years ago

eth-rpc-client v2.0.3

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

eth-rpc-client

Ethereum JSON RPC backed client ( provider + blockTracker ).

usage

const createEthRpcClient = require('eth-rpc-client')

// client provider and blockTracker from options
const { provider, blockTracker } = createEthRpcClient(opts)

// use provider to make requests, blockTracker to listen for new blocks
provider.sendAsync(rpcPayload, cb)
blockTracker.on('block', console.log)

options

see source

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago