https://github.com/tsirysndr/evmosup
Spin up an evmos blockchain in seconds
https://github.com/tsirysndr/evmosup
blockchain cometbft ethereum evm proof-of-stake
Last synced: about 2 months ago
JSON representation
Spin up an evmos blockchain in seconds
- Host: GitHub
- URL: https://github.com/tsirysndr/evmosup
- Owner: tsirysndr
- License: mit
- Created: 2025-06-25T12:14:31.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-06-25T19:35:27.000Z (4 months ago)
- Last Synced: 2025-06-25T20:27:22.255Z (4 months ago)
- Topics: blockchain, cometbft, ethereum, evm, proof-of-stake
- Language: Rust
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# evmosup
Evmosup is a command line tool that helps you to spin up an Evmos node in a few seconds.
## Installation
```bash
git clone https://github.com/tsirysndr/evmosup.git
cd evmosup
cargo install --path .
evmosup
```