1.1.0 • Published 6 years ago

web3-repl v1.1.0

Weekly downloads
5
License
ISC
Repository
github
Last release
6 years ago

WEB3-REPL

This REPL allows to connect to a running ETC/ETH node via HTTP RPC. It's a simple NodeJs REPL wrapper with web3.js included.

Features:

sample

How to install

yarn global add web3-repl (or npm install --global web3-repl)

Usage

  Usage: web3-repl [options]

  Options:

    -h, --help            output usage information
    -V, --version         output the version number
    -p, --provider [url]  Web3JS RPC provider
    -s, --skip-status     Does not show status after bootstrap
    -hf, --history-file [path]  File path of commands history file (defaults to $HOME/.web3_repl_history)

TODO

  • Expose Parity admin methods
  • Expose Mantis custom methods
  • (Investigate) Web3@1.0.0 upgrade
1.1.0

6 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.0.1

7 years ago