Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reecepbcups/debuggingics
https://github.com/reecepbcups/debuggingics
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/reecepbcups/debuggingics
- Owner: Reecepbcups
- Created: 2024-05-09T15:15:48.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-09T15:15:50.000Z (8 months ago)
- Last Synced: 2024-05-09T17:37:49.993Z (8 months ago)
- Language: Go
- Size: 161 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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*