An open API service indexing awesome lists of open source software.

https://github.com/0xsequence/ethkit-cli

ethkit cli
https://github.com/0xsequence/ethkit-cli

Last synced: 12 months ago
JSON representation

ethkit cli

Awesome Lists containing this project

README

          

# Ethkit CLI

```text
=========================================================================================
________________________________/\\\_____________________________________________________
________________________________\/\\\___________/\\\_____________________________________
______________________/\\\_______\/\\\__________\/\\\___________/\\\______/\\\___________
________/\\\\\\\\___/\\\\\\\\\\\__\/\\\__________\/\\\___ /\\___\///____/\\\\\\\\\\\_____
_______/\\\ \////\\\////___\/\\\\\\\\\\___\/\\\_ /\\\___________\////\\\////_____
_______/\\\\\\\\\\\_____\/\\\_______\/\\\/////\\\__\/\\\\\\_______\/\\\_____\/\\\________
_______\//\\\ \/\\\_______\/\\\___\/\\\__\/\\\__\/\\\___\/\\\_____\/\\\_______
________\//\\\\\\\\\\_____\//\\\\\____\/\\\___\/\\\__\/\\\__\/\\\___\/\\\_____\//\\\\\___
_________\///////////______\//////_____\///____\///___\///___\///____\///______\/////____

==================================== we <3 Ethereum =====================================
```

Ethkit CLI is a Go-written toolkit to test, build, launch and interact with any EVM-compatible blockchain networks.

## Install

```shell
go install github.com/0xsequence/ethkit/cmd/ethkit-cli@latest
```

## Run

```shell
ethkit-cli [command]
```

Refer to the help - `ek --help` for a comprehensive list of available commands or check out the [documentation section](./docs/commands.md).