-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expand on Snowfork content on Bridge Hub page (#6167)
* start refactor * change to dot-ksm bridge * initial stub for snowbridge * Change location of page * add bulk of content * tweaks * Update docs/learn/learn-bridge-hub.md Co-authored-by: Filippo <110459737+filippoweb3@users.noreply.github.com> * Update docs/learn/learn-bridge-hub.md Co-authored-by: Radha <86818441+DrW3RK@users.noreply.github.com> * Update docs/learn/learn-bridge-hub.md Co-authored-by: Radha <86818441+DrW3RK@users.noreply.github.com> * Update docs/learn/learn-bridge-hub.md Co-authored-by: Radha <86818441+DrW3RK@users.noreply.github.com> * Update docs/learn/learn-bridge-hub.md Co-authored-by: Radha <86818441+DrW3RK@users.noreply.github.com> * Update docs/learn/learn-snowbridge.md Co-authored-by: Radha <86818441+DrW3RK@users.noreply.github.com> * Update docs/learn/learn-snowbridge.md Co-authored-by: Radha <86818441+DrW3RK@users.noreply.github.com> * Update docs/learn/learn-snowbridge.md Co-authored-by: Radha <86818441+DrW3RK@users.noreply.github.com> --------- Co-authored-by: Filippo <110459737+filippoweb3@users.noreply.github.com> Co-authored-by: Radha <86818441+DrW3RK@users.noreply.github.com>
- Loading branch information
1 parent
5d3f069
commit c0a9ded
Showing
4 changed files
with
62 additions
and
10 deletions.
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 | ||
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