Categorygithub.com/skip-mev/chaintestutil
repository
0.0.0-20240514161515-056d7ba45610
Repository: https://github.com/skip-mev/chaintestutil.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

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.