Ecosyste.ms: Awesome
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: 30 days ago
JSON representation
Examples of tests written using CosmWasm MultiTest
- Host: GitHub
- URL: https://github.com/dariuszdepta/mt-test-examples
- Owner: DariuszDepta
- Created: 2024-04-26T11:48:12.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T12:02:17.000Z (2 months ago)
- Last Synced: 2024-09-12T22:33:58.748Z (2 months ago)
- Topics: cosmwasm, documentation, multitest, tests
- Language: Rust
- Homepage:
- Size: 132 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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. |