Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

Latest commit

 

History

History
25 lines (18 loc) · 468 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 468 Bytes

EPIC - Ethereum RPC CLI Client

EPIC is a Ethereum RPC CLI client written in Rust.

Installation

From Source

$ git clone https://github.com/natsuneko-laboratory/epic.git
$ cd /path/to/epic/repository
$ cargo build --release

Usage

$ epic block-number --endpoint=https://mainnet.infura.io/v3/YOUR-PROJECT-ID
14189140

$ epic block-number --endpoint=https://mainnet.infura.io/v3/YOUR-PROJECT-ID --json
{
    "result": "0xD88254"
}