bones7242 / web3-testrpc-cli

A basic command line interface for interacting with the ethereum testrpc using web3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test-cli-basic

A basic web3 command line interface for interacting with the ethereum testrpc

getting started

  • install dependencies
    • make sure testrpc is installed
    • run npm install to install project dependencies
  • run testrpc with testrpc
  • run the CLI with node cli.js

application flow

  • User can check the balances of all the wallets on the testrpc network.
  • User can send ether between wallets by specifying the destination wallet and the amount

other resources

For more information on getting started with developing for ethereum, start with getting started as an ethereum web developer by Alex Miller

About

A basic command line interface for interacting with the ethereum testrpc using web3


Languages

Language:JavaScript 100.0%