example.md

December 11, 2019 ยท View on GitHub

Examples

Install eth-cli

Run npm i eth-cli -g to install the eth-cli package.

How-to-install-eth-cli.gif

Call methods on deployed contracts

Use contract:call to call methods on contracts deployed on any network.

Call a contract method

Start an interactive REPL connected to some node

Use eth repl to start an interactive REPL connected to an Ethereum node.

Start a REPL

Contents

  1. 1Examples
  2. 1.1Install eth-cli
  3. 1.2Call methods on deployed contracts
  4. 1.3Start an interactive REPL connected to some node