Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ilariae/token bridge #96

Open
wants to merge 45 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
feef8aa
initial content
Sep 18, 2024
ada142f
sync
Sep 18, 2024
8df8d76
prerequisites
Sep 18, 2024
44c5acd
prerequisites
Sep 18, 2024
39010a7
Merge branch 'ilariae/token-bridge' of https://github.com/wormhole-fo…
Sep 19, 2024
69f253d
Merge branch 'main' of https://github.com/wormhole-foundation/wormhol…
Sep 19, 2024
6c46418
content
Sep 23, 2024
4879614
Merge branch 'main' of https://github.com/wormhole-foundation/wormhol…
Sep 23, 2024
abc2739
get started with token bridge page
Sep 23, 2024
1596647
token bridge learn update
Sep 23, 2024
15baabd
grammarly check and minor changes
Sep 23, 2024
84281d2
Merge branch 'main' of https://github.com/wormhole-foundation/wormhol…
Sep 23, 2024
f151923
Merge branch 'main' of https://github.com/wormhole-foundation/wormhol…
Sep 25, 2024
6a51aa5
Merge branch 'main' of https://github.com/wormhole-foundation/wormhol…
Sep 30, 2024
7b08a13
Update build/contract-integrations/token-bridge.md
ilariae Sep 30, 2024
3631664
Update build/contract-integrations/token-bridge.md
ilariae Sep 30, 2024
a4439e8
Update build/contract-integrations/token-bridge.md
ilariae Sep 30, 2024
1c6e87f
minor fix
Sep 30, 2024
e24d0ed
added diagram
Sep 30, 2024
4b8c7d5
Apply suggestions from code review
ilariae Oct 1, 2024
15d2d44
Merge branch 'ilariae/token-bridge' of https://github.com/wormhole-fo…
Oct 1, 2024
5bd9cda
Merge branch 'main' of https://github.com/wormhole-foundation/wormhol…
Oct 1, 2024
c7b7ff7
minor learn fix
Oct 1, 2024
f9ee9c6
Merge branch 'main' of https://github.com/wormhole-foundation/wormhol…
Oct 12, 2024
f9ff9eb
Merge branch 'main' of https://github.com/wormhole-foundation/wormhol…
Oct 21, 2024
1d5abbf
sync
Nov 28, 2024
2f80963
comments
Nov 29, 2024
e8ca50e
Merge branch 'main' of https://github.com/wormhole-foundation/wormhol…
Dec 9, 2024
15c1a39
Merge branch 'main' of https://github.com/wormhole-foundation/wormhol…
Dec 17, 2024
3815208
token attestation
Dec 17, 2024
172d262
token transfers
Dec 17, 2024
36a5c83
redemption
Dec 17, 2024
9235381
grammarly
Dec 17, 2024
6a700f6
Apply suggestions from code review
ilariae Dec 19, 2024
203a637
removed gateway
Dec 19, 2024
09365a6
Merge branch 'main' into ilariae/token-bridge
ilariae Dec 19, 2024
35eae98
index page
Dec 20, 2024
56f16b2
Merge branch 'main' into ilariae/token-bridge
ilariae Dec 20, 2024
563f06e
Apply suggestions from code review
ilariae Dec 23, 2024
4515363
Merge branch 'main' into ilariae/token-bridge
ilariae Dec 23, 2024
1ff6ba0
address feedback
Dec 23, 2024
1c683ed
address feedback
Dec 23, 2024
2cf1aef
addressing feedback
Dec 23, 2024
6507064
address feedback
Dec 23, 2024
2f112ea
Merge branch 'main' into ilariae/token-bridge
ilariae Dec 23, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/contract-integrations/.pages
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ nav:
- index.md
- 'Wormhole Relayer': 'wormhole-relayers.md'
- 'Core Contracts': 'core-contracts.md'
# - 'Token Bridge': 'token-bridge.md'
- 'Token Bridge': 'token-bridge.md'
- 'CCTP': 'cctp.md'
- native-token-transfers
- multigov
Expand Down
14 changes: 11 additions & 3 deletions build/contract-integrations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,31 @@ The content in this section will teach you how to create smart contracts that in

[:octicons-arrow-right-16: Get started with the Wormhole relayer](/docs/build/contract-integrations/wormhole-relayers/)

- :octicons-arrow-switch-16:{ .lg .middle } **Core Contracts**
- :octicons-file-code-16:{ .lg .middle } **Core Contracts**

---

Discover how to develop or adapt your contracts to interact directly with Wormhole's Core Contracts for sending and receiving cross-chain messages.

[:octicons-arrow-right-16: Get started with Core Contracts](/docs/build/contract-integrations/core-contracts/)

- :octicons-arrow-switch-16:{ .lg .middle } **Native Token Transfers**
- :octicons-arrow-switch-16:{ .lg .middle } **Token Bridge**

---

Learn how to integrate Wormhole's Token Bridge for seamless multichain token transfers with a lock-and-mint mechanism and cross-chain asset management.

[:octicons-arrow-right-16: Get started with Token Bridge](/docs/build/contract-integrations/token-bridge/)

- :octicons-sync-16:{ .lg .middle } **Native Token Transfers**

---

Find guidance on how to get started with the Native Token Transfers (NTT) framework, including deploying and configuring NTT contracts.

[:octicons-arrow-right-16: Get started with NTT](/docs/build/contract-integrations/native-token-transfers/)

- :octicons-arrow-switch-16:{ .lg .middle } **MultiGov**
- :octicons-people-16:{ .lg .middle } **MultiGov**

---

Expand Down
Loading