Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 785 Bytes

README.org

File metadata and controls

29 lines (24 loc) · 785 Bytes

README

Installation

Either:

  1. install clk-project and the extension with
    curl -sSL https://clk-project.org/install.sh | env CLK_EXTENSIONS=eth bash
        
  2. if you already have clk, you can simply install this extension with
    clk extension install eth
        

Usage

clk eth --mnemonic "my seed phrase" contract --address "deadbeef" --abi "path to some json abi" call SomeFunction arg1=value1 arg2=value2