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

token bridge sdk page #280

Draft
wants to merge 4 commits into
base: new-product-ia
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 2 additions & 1 deletion build/toolkit/typescript-sdk/.pages
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ nav:
- 'TypeScript SDK' : 'wormhole-sdk.md'
- 'Data Layouts': 'sdk-layout.md'
- 'Building Protocols and Payloads': 'protocols-payloads.md'
- 'VAAs and Protocol Messages': 'vaas-protocols.md'
- 'VAAs and Protocol Messages': 'vaas-protocols.md'
- 'Token Bridge': 'token-bridge-sdk.md'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah we need to figure out the plan for the SDK section. I don't think we should just add this here. I think we need like a "Transfers" section or something like that. There's pieces that need to be pulled out of the wormhole-sdk.md page and made into separate pages because that page is just too long and overwhelming

Loading