Skip to content

Commit 3413fd7

Browse files
committed
Added lacking chapters.
1 parent b2cc06f commit 3413fd7

File tree

6 files changed

+32
-8
lines changed

6 files changed

+32
-8
lines changed

β€Ždocs/multi-test/custom.mdβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
sidebar_position: 16
3+
---
4+
5+
# Custom
6+
7+
🚧 under construction 🚧

β€Ždocs/multi-test/features.mdβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ cw-multi-test = { version = "3", features = ["staking", "stargate", "cosmwasm_3_
6666
[Staking]: ./staking.md
6767
[Distribution]: ./distribution.md
6868
[Governance]: ./governance.md
69-
[Stargate]: ./introduction.md
70-
[Wasm]: ./introduction.md
71-
[Custom]: ./introduction.md
72-
[IBC]: ./introduction.md
69+
[Stargate]: ./stargate.md
70+
[Wasm]: ./wasm.md
71+
[Custom]: ./custom.md
72+
[IBC]: ./ibc.md
7373
[mock_env_block]: https://docs.rs/cosmwasm-std/latest/cosmwasm_std/testing/fn.mock_env.html
7474
[MockApi]: https://docs.rs/cosmwasm-std/latest/cosmwasm_std/testing/struct.MockApi.html
7575
[MockStorage]: https://docs.rs/cosmwasm-std/latest/cosmwasm_std/testing/struct.MockStorage.html

β€Ždocs/multi-test/getting-started/introduction.mdβ€Ž

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,3 @@ In the following chapters, you will be:
77

88
- designing an example [**counter**](./counter/introduction.md) smart contract,
99
- [**writing tests**](./writing-tests/introduction.md) for the counter smart contract.
10-
11-
The example **counter** smart contract and all test cases are provided in two versions: one using
12-
pure CosmWasm libraries and the other using the Sylvia framework. The functionality of the
13-
**counter** smart contract is the same in both versions.

β€Ždocs/multi-test/ibc.mdβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
sidebar_position: 17
3+
---
4+
5+
# IBC
6+
7+
🚧 under construction 🚧

β€Ždocs/multi-test/stargate.mdβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
sidebar_position: 14
3+
---
4+
5+
# Stargate
6+
7+
🚧 under construction 🚧

β€Ždocs/multi-test/wasm.mdβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
sidebar_position: 15
3+
---
4+
5+
# Wasm
6+
7+
🚧 under construction 🚧

0 commit comments

Comments
Β (0)