Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Commit 321a26d

Browse files
committed
docs: IBCv2 documentation structure
1 parent e0a82ff commit 321a26d

6 files changed

Lines changed: 42 additions & 0 deletions

File tree

src/pages/_meta.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export default {
55
core: "CosmWasm Core",
66
wasmd: "Wasmd",
77
ibc: "IBC",
8+
ibc2: "IBCv2",
89
sylvia: "Sylvia",
910
storey: "Storey",
1011
"cw-storage-plus": "StoragePlus",

src/pages/ibc2/_meta.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
export default {
2+
"getting-started": "Getting started",
3+
"entrypoints": "Entry points",
4+
"message-passing": "Message passing",
5+
"example": "Example contract",
6+
};

src/pages/ibc2/entrypoints.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
tags: ["ibc"]
3+
---
4+
5+
# Entry points in IBCv2
6+
7+
* TODO tkulik: Receive entrypoint
8+
* TODO tkulik: Timeout entrypoint
9+
* TODO tkulik: Acknowledgement entrypoint
10+
* TODO tkulik: Sent entrypoint

src/pages/ibc2/example.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
tags: ["ibc"]
3+
---
4+
5+
# Example contract
6+
7+
* TODO tkulik: Example implementation of the ibc2 entry points

src/pages/ibc2/getting-started.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
tags: ["ibc"]
3+
---
4+
5+
# Getting started
6+
7+
8+
* TODO tkulik: Overview of the IBCv2
9+
* TODO tkulik: Links to ibc2 docs
10+
* TODO tkulik: Differences between ibc1 and ibc2

src/pages/ibc2/message-passing.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
tags: ["ibc"]
3+
---
4+
5+
# Message passing
6+
7+
* TODO tkulik: How to send ibcv2 message
8+
* TODO tkulik: How to send acknowledgement asynchronously

0 commit comments

Comments
 (0)