Skip to content

tomasNajun/web3-repl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WEB3-REPL

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

Also, status() is exposed as helper in order to get useful information about the server node.

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

About

NodeJs Repl + Web3.js <3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%