1.0.1 • Published 4 years ago
node-web3-repl v1.0.1
node-web3-repl
Features
- Web3 v 1.x
- Supports promisified methods
Installation
npm i -g node-web3-repl
Usage
web3-repl: Launches REPL connected to Ethereum Mainnetweb3-repl [rpc endpoint]: Connect to a custom RPC endpoint
Promisified methods
Use the await keyword, for example:
> await web3.eth.getBlock(1)