web3-repl icon indicating copy to clipboard operation
web3-repl copied to clipboard

NodeJs Repl + Web3.js <3

Results 7 web3-repl issues
Sort by recently updated
recently updated
newest added

getting the following when I try to run after install: ``` $ web3-repl -p https://speedy-nodes-nyc.moralis.io/34a06d56102e25a6f8ec6145/polygon/mumbai Error: Invalid JSON RPC response: "Method not allowed" > /Users/user/.nvm/versions/node/v17.5.0/lib/node_modules/web3-repl/node_modules/repl.history/index.js:19 repl.rli.addListener('line', function(code) { ^ TypeError:...

# Description `web3-repl` should allow two different execution modes 1. Exec single command and exit in order to provide users a way to get some simple info and exit ```bash...

enhancement

# Description Add eslint and prettify the code

enhancement

# Description `web3-repl` should allow users to be able to sign and broadcast transactions. Two different modes are interesting: 1. Password prompt mode: User will be requested for private key...

enhancement

# Description Allow users to run `web3-repl` in pipe mode in order to be able to pass data using unix pipes. For example: ``` bash > web3-repl -p http://localhost:8545 -e...

enhancement

Create a basic automated test in order to make it easier to receive contributions

enhancement