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

https://github.com/dariuszdepta/mt-test-examples

Examples of tests written using CosmWasm MultiTest
https://github.com/dariuszdepta/mt-test-examples

cosmwasm documentation multitest tests

Last synced: 8 months ago
JSON representation

Examples of tests written using CosmWasm MultiTest

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 |
|:------------------------:|--------------------------|
| [mte-intro](./mte-intro) | Getting started example. |
| [mte-echo](./mte-echo) | Echo smart contract. |

To configure the `wasmd` node, follow [these instructions](./WASMD.md).