-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Expand on Snowfork content on Bridge Hub page #6167
Merged
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
19e74d7
start refactor
CrackTheCode016 6f90b14
change to dot-ksm bridge
CrackTheCode016 e323c40
initial stub for snowbridge
CrackTheCode016 a4d55f8
Change location of page
CrackTheCode016 a6fdd43
add bulk of content
CrackTheCode016 a99b350
tweaks
CrackTheCode016 9b87748
Update docs/learn/learn-bridge-hub.md
CrackTheCode016 4bc0e24
Update docs/learn/learn-bridge-hub.md
CrackTheCode016 b60ad82
Update docs/learn/learn-bridge-hub.md
CrackTheCode016 4989482
Update docs/learn/learn-bridge-hub.md
CrackTheCode016 7ca92d2
Update docs/learn/learn-bridge-hub.md
CrackTheCode016 2c9ccba
Update docs/learn/learn-snowbridge.md
CrackTheCode016 ea095fb
Update docs/learn/learn-snowbridge.md
CrackTheCode016 1d3086e
Update docs/learn/learn-snowbridge.md
CrackTheCode016 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,41 @@ | ||||||
--- | ||||||
id: learn-snowbridge | ||||||
title: Snowbridge | ||||||
sidebar_label: Snowbridge | ||||||
description: Overview of Snowbridge by Snowfork | ||||||
keywords: [Bridge, XCM, Bridge Hub, Snowbridge, Snowfork] | ||||||
slug: ../learn-snowbridge | ||||||
--- | ||||||
|
||||||
Snowbridge by [Snowfork](https://snowfork.com/) is a general-purpose, trustless bridge between Polkadot and Ethereum. It | ||||||
utilizes the [Bridge Hub system parachain](./learn-bridge-hub.md) to establish a connection to its | ||||||
relayers, allowing for permissionless messaging between Ethereum and Polkadot. | ||||||
|
||||||
## Trustlessness in Snowbridge | ||||||
|
||||||
Trustlessness here is defined in the sense that the users do not need to trust any particular | ||||||
individuals or organizations, but rather only the mathematics, code, cryptography, and protocol. An | ||||||
example of a system which implies a high level of trust **trust** would be that of a bridge which is | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
controlled via a multi-signature scheme, wherein you must trust the cosignatories. | ||||||
|
||||||
Basic assumptions are always needed in principle when defining a trustless system, as a completely | ||||||
trustless setup cannot always be guaranteed. | ||||||
|
||||||
With Snowbridge, a sender can always run a | ||||||
[relayer](https://docs.snowbridge.network/architecture/relayers) to ensure that their cross-chain | ||||||
transaction is successful. | ||||||
|
||||||
## Applications | ||||||
|
||||||
Snowbridge currently supports | ||||||
[two-way token transfers](https://docs.snowbridge.network/applications/token-transfers) between | ||||||
Ethereum and Polkadot parachain. | ||||||
|
||||||
## Accessing & Using Snowbridge | ||||||
|
||||||
Snowbridge can be accessed through [the web app](https://app.snowbridge.network/), where you may | ||||||
track [processing times of transactions,](https://app.snowbridge.network/status), | ||||||
[recent transfers](https://app.snowbridge.network/history), and other information about the bridge's | ||||||
overall status. | ||||||
|
||||||
To create transfers, you may visit the [transfer page.](https://app.snowbridge.network/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
should we specify that this is an Ethereum light client on Polkadot that syncs to Ethereum and keeps the Ethereum state up-to-date on Polkadot?
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.
Maybe this is good for the next PR, we can add those details in the followup 👍