https://github.com/01builders/astro
???
https://github.com/01builders/astro
Last synced: 5 months ago
JSON representation
???
- Host: GitHub
- URL: https://github.com/01builders/astro
- Owner: 01builders
- Created: 2025-08-04T16:29:00.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-10-20T08:39:54.000Z (8 months ago)
- Last Synced: 2025-10-20T10:29:14.316Z (8 months ago)
- Language: Rust
- Size: 656 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Astro
Astro is a minimalist consensus client that plugs directly into Cosmos SDK applications via ABCI. Inspired by Commonware’s Alto, it aims to be small, auditable, and easy to embed.
## Motivation
Cosmos chains typically rely on CometBFT for consensus. Astro aims to be an alternative implementation—written in Rust—that developers can swap in without touching their existing application logic.