https://github.com/fatal-fruit/neutrino
Minimal IBC connected Cosmos SDK Chain
https://github.com/fatal-fruit/neutrino
Last synced: over 1 year ago
JSON representation
Minimal IBC connected Cosmos SDK Chain
- Host: GitHub
- URL: https://github.com/fatal-fruit/neutrino
- Owner: fatal-fruit
- Created: 2023-06-24T15:15:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-28T14:24:21.000Z (over 2 years ago)
- Last Synced: 2024-08-01T13:29:02.719Z (almost 2 years ago)
- Language: Go
- Size: 225 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ccamel - fatal-fruit/neutrino - Minimal IBC connected Cosmos SDK Chain (Go)
README
# Neutrino
**MVP IBC connected Cosmos SDK Chain**
While it is technically possible to bootstrap an SDK application with fewer modules, Neutrino offers a minimal application that can still facilitate governance and ibc use cases.
**Essential Modules**
- Auth
- Bank
- Distribution
- Staking
- Consensus Params
**IBC Related Modules**
- Gov
- Upgrade
- Params
- IBC
- IBC Transfer
### Bootstrap
#### Building
#### Liveness
```
make start-localnet
```
### Testnet