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
- Host: GitHub
- URL: https://github.com/dariuszdepta/mt-test-examples
- Owner: DariuszDepta
- Created: 2024-04-26T11:48:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-05T08:57:28.000Z (over 1 year ago)
- Last Synced: 2025-02-01T05:17:21.193Z (over 1 year ago)
- Topics: cosmwasm, documentation, multitest, tests
- Language: Go
- Homepage:
- Size: 2.2 MB
- Stars: 1
- Watchers: 2
- 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 |
|:------------------------:|--------------------------|
| [mte-intro](./mte-intro) | Getting started example. |
| [mte-echo](./mte-echo) | Echo smart contract. |
To configure the `wasmd` node, follow [these instructions](./WASMD.md).