Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 591 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 591 Bytes

chaintestutil

Utilities for testing Cosmos SDK chains

How to use

go get github.com/skip-mev/chaintestutil

Structure

.
├── encoding                    # Utilities for creating test encoding configurations
├── keeper                      # Utilities for creating a set of test keepers for integration tests
├── network                     # Utilities for creating a local test network for integration tests
└── sample                      # Functions for generating randomized Cosmos SDK types such as Coins, sdk.Ints, etc.