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

EPIC is a CLI client for calling Ethereum RPCs.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

mika-archived/epic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages