-
Notifications
You must be signed in to change notification settings - Fork 0
feat: add bridges overview #594
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
base: main
Are you sure you want to change the base?
Conversation
To fix the formatting issues:
npx remark -o --quiet --silently-ignore ecosystem/interoperability/bridges/overview.mdx |
Thanks for the updates in the bridges docs area. I found a single high‑severity item that needs a quick fix to align with the Clean URLs rule. Findings (1)High (1)[HIGH] External link includes a tracking parameterLocation:
Description: Suggestion: - - Website: [https://bridgers.xyz/](https://bridgers.xyz/#/?sourceFlag=bridgers)
+ - Website: [https://bridgers.xyz/](https://bridgers.xyz/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rewrite the article without AI help.
sidebarTitle: "Overview" | ||
--- | ||
|
||
import { Aside } from '/snippets/aside.jsx'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we have "interoperability" in folder name?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wide use term for oracles/bridges. I thought of even making folder in docs too, but decided against that
|
||
Cross-chain bridges are essential infrastructure components that enable interoperability between different blockchain networks. In the TON ecosystem, bridges facilitate the seamless transfer of assets and data between TON and other major blockchains like Ethereum, BNB Chain, and Polygon. | ||
|
||
In this article we will explore cross-chain bridges on TON. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will we explore other bridges somewhere else? Are all bridges "cross-chain"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think of it as term expansion, so everybody will be on the same page
Closes #398