web3-repl
web3-repl copied to clipboard
Pipe mode
Description
Allow users to run web3-repl in pipe mode in order to be able to pass data using unix pipes.
For example:
> web3-repl -p http://localhost:8545 -e "web3.eth.blockNumber" > latestBlockNumber.txt