-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eebb57c
commit 1218b20
Showing
7 changed files
with
122 additions
and
40 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
{ | ||
"label": "CCTP", | ||
"position": 3, | ||
"link": { | ||
"type": "doc", | ||
"id": "CCTP/Overview" | ||
} | ||
"label": "CCTP" | ||
} |
2 changes: 2 additions & 0 deletions
2
docs/bridge/docs/CCTP/Overview.md → docs/bridge/docs/CCTP/index.md
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,7 @@ | ||
# Routers | ||
|
||
:::tip[TODO] | ||
* Move router pages into this folder | ||
* Move 'Observability' under 'Services' | ||
* Rename 'Services' to ' 'Essential Tools' | ||
::: |
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,4 @@ | ||
{ | ||
"position": 0, | ||
"label": "Overview" | ||
} |
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,49 @@ | ||
# Use Synapse | ||
Synapse is an Interchain Programming Interface. Developers read and write interchain data with Synapse, which has settled $50B in transactions between 2M+ users, and generated $30M+ in fees [[source](https://explorer.synapseprotol.com)]. | ||
|
||
## Why Synapse? | ||
_Description of top benefits Synapse brings to developers and users._ | ||
|
||
|
||
## Get started | ||
* **[Send and receive interchain data](#)** | ||
* **[On-chain swaps](#)** | ||
* **[Interchain swaps](#)** | ||
* **[Upgrade to Synapse](#)** | ||
|
||
:::tip[Supported Chains] | ||
Synapse supports every chain and token that can be found on the [Synapse Bridge](https://synapseprotocol.com). | ||
::: | ||
|
||
## Interchain Bridge | ||
Embed the Synapse Widget or build your own custom instance. | ||
* **[Widget](#)** – Embed a customized Synapse Bridge in your application. | ||
* **[Client SDK](#)** – Call Synapse Router functions from your client application. | ||
* **[Server SDK](#)** – Call Synapse Router functions from your remote application. | ||
|
||
## Routers | ||
Synapse offers several of routers for different transaction types. | ||
* **[Synapse Router](#)** – Executable quotes for arbitrary blockchain transactions. | ||
* **[CCTP](#)** – Native router for USDC transactions. | ||
* **[RFQ](#)** – Fast router that allows on-chain agents to bid on interchain delivery. | ||
|
||
## Essential Tools | ||
Bolt-on services for reliability and ease-of-use: | ||
* **[Scribe](/docs/Services/Scribe)** – Index logs, receipts and transactions across multiple chains | ||
* **[Omnirpc](/docs/Services/Omnirpc)** – Interchain RPC load balancer and verifier | ||
* **[Key management](/docs/Services/Signer)** – Support for the AWS Key Management System (KMS) | ||
* **[Ethergo](/docs/Services/Submitter)** – Gas management service to ensure transaction confirmation | ||
* **[Telemetry](/docs/Observability)** – Open telemetry system for Synapse SDK | ||
|
||
|
||
## Community & Support | ||
Connect with other developers and the Synapse team | ||
* **[Discord](https://discord.gg/synapseprotocol)** – Bridge, Swap, and Stake via Synapse's cross-chain pools. | ||
* **[Twitter](https://twitter.com/SynapseProtocol)** – Bridge, Swap, and Stake via Synapse's cross-chain pools. | ||
* **[Telegram](https://t.me/synapseprotocol)** – Public explorer for Synapse Bridge transactions. | ||
* **[Forum](https://forum.synapseprotocol.com/)** – Public explorer for Synapse Bridge transactions. | ||
|
||
## Additional Links | ||
Synapse transactions can be observed confirmed via the following methods: | ||
* **[Synapse Bridge](https://synapseprotocol.com)** – Bridge, Swap, and Stake via Synapse's cross-chain pools. | ||
* **[Synapse Explorer](https://explorer.synapseprotocol.com)** – Public explorer for Synapse Bridge transactions. |
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