https://github.com/dariuszdepta/mt-on-tour
MultiTest on-tour
https://github.com/dariuszdepta/mt-on-tour
cosmwasm documentation multitest tests
Last synced: 11 months ago
JSON representation
MultiTest on-tour
- Host: GitHub
- URL: https://github.com/dariuszdepta/mt-on-tour
- Owner: DariuszDepta
- Created: 2024-12-05T08:37:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-12T15:35:13.000Z (about 1 year ago)
- Last Synced: 2025-06-03T02:12:23.034Z (about 1 year ago)
- Topics: cosmwasm, documentation, multitest, tests
- Language: Rust
- Homepage:
- Size: 584 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Examples of tests written using [CosmWasm MultiTest](https://crates.io/crates/cw-multi-test)
| Example | Description |
|-----------------------------|----------------------------------------------|
| [intro](./intro) | Introduction example. |
| [counter](./counter) | Getting started example written in CosmWasm. |
| [counter-sv](./counter-sv) | Getting started example written in Sylvia. |
| [blocks](./blocks) | Handling blocks in MultiTest. |
To configure the `wasmd` node, follow [these instructions](./WASMD.md).
### Some references
- https://github.com/Rhaki/cw-iper-test