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

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

Awesome Lists containing this project

README

          

![mte](./mte.webp)

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