web3-repl
web3-repl copied to clipboard
Advanced execution modes
Description
web3-repl should allow two different execution modes
- Exec single command and exit in order to provide users a way to get some simple info and exit
> web3-repl -p http://localhost:8545 -e "web3.eth.blockNumber
- Allow users to execute a file with a predefined script to allow them to run several predefined
> web3-repl -p http://localhost:8545 -f myWeb3BasedScript.json