Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fatal-fruit/neutrino
Minimal IBC connected Cosmos SDK Chain
https://github.com/fatal-fruit/neutrino
Last synced: about 1 month 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-28T14:24:21.000Z (9 months ago)
- Last Synced: 2024-08-01T13:29:02.719Z (4 months 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