File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,10 @@ This documents how CosmWasm contracts are expected to interact with IBC.
1414 be stored in the ContractInfo. (For mock, we assume all contracts are IBC enabled)
1515
1616Also, please read the [ IBC Docs] ( https://ibc.cosmos.network/v8/ibc/overview/ )
17- for detailed descriptions of the terms * Port* , * Client* , * Connection* ,
18- and * Channel*
19-
17+ for detailed descriptions of the terms [ * Port* ] ( https://ibc.cosmos.network/v8/ibc/overview/#ports ) ,
18+ [ * Client* ] ( https://ibc.cosmos.network/v8/ibc/overview/#clients ) , [ * Connection* ] ( https://ibc.cosmos.network/v8/ibc/overview/#connections ) ,
19+ and [ * Channel* ] ( https://ibc.cosmos.network/v8/ibc/overview/#channels )
20+
2021## Overview
2122
2223We use "One Port per Contract", which is the most straight-forward mapping, treating each contract
You can’t perform that action at this time.
0 commit comments