https://github.com/0xsequence/ethkit-cli
ethkit cli
https://github.com/0xsequence/ethkit-cli
Last synced: 12 months ago
JSON representation
ethkit cli
- Host: GitHub
- URL: https://github.com/0xsequence/ethkit-cli
- Owner: 0xsequence
- Created: 2024-01-08T00:18:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-01T17:28:23.000Z (over 2 years ago)
- Last Synced: 2025-06-06T03:40:51.591Z (about 1 year ago)
- Language: Go
- Size: 69.3 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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).