https://github.com/andromedaprotocol/andromedad
https://github.com/andromedaprotocol/andromedad
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andromedaprotocol/andromedad
- Owner: andromedaprotocol
- Created: 2022-11-03T21:48:41.000Z (over 3 years ago)
- Default Branch: andromeda-1
- Last Pushed: 2024-11-20T22:12:15.000Z (over 1 year ago)
- Last Synced: 2025-12-17T05:34:50.957Z (7 months ago)
- Language: Go
- Size: 83.4 MB
- Stars: 9
- Watchers: 6
- Forks: 14
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ccamel - andromedaprotocol/andromedad - (Go)
README
# Andromeda Protocol
## Content Generation
- `make proto-gen` *Generates golang code from proto files, stubs interfaces*
## Testnet
- `make testnet` *IBC testnet from chain <-> local cosmos-hub*
- `make sh-testnet` *Single node, no IBC. quick iteration*
## Local Images
- `make install` *Builds the chain's binary*
- `make local-image` *Builds the chain's docker image*
## Testing
- `go test ./... -v` *Unit test*
- `make ictest-*` *E2E testing*