Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/reecepbcups/livetestnetchain


https://github.com/reecepbcups/livetestnetchain

Last synced: about 2 months ago
JSON representation

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*