End-to-end CosmWasm testing with CW-simulate
CosmWasm Simulate is an open-source tool that manages contract states to simulate the effects of CosmWasm contracts on the blockchain environments on which they are hosted.
Oraichain Labs forked the repository from Cosmology Tech, increased its testing performance, and added a lot of additional features:
Simulating IBC states
Gas simulation
Simulating address native balances.
Simulating block creation.
For more information, please visit our CosmWasm Simulate README
Last updated