Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reecepbcups/livetestnetchain
https://github.com/reecepbcups/livetestnetchain
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/reecepbcups/livetestnetchain
- Owner: Reecepbcups
- Created: 2024-03-13T15:42:42.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-18T19:26:06.000Z (9 months ago)
- Last Synced: 2024-04-14T22:51:04.314Z (8 months ago)
- Language: Go
- Size: 195 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Generated With [Spawn](https://github.com/rollchains/spawn)
## Module Scaffolding
- `spawn module new ` *Generates a Cosmos module template*
## 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*