mika-archived / epic

EPIC is a CLI client for calling Ethereum RPCs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"
}

About

EPIC is a CLI client for calling Ethereum RPCs.

License:Apache License 2.0


Languages

Language:Rust 100.0%