diff --git a/docs/README.md b/docs/README.md index 8c97d535..21fb133e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,7 +2,7 @@
-**deBridge is** **a** **secure interoperability layer for Web3** that enables decentralized transfers of arbitrary messages and value between various blockchains. The validation of cross-chain transactions is performed by a network of independent validators who are elected by and work for deBridge governance. Validators maintain the blockchain infrastructure and each run a deBridge node to sign all transactions that pass through deBridge smart contracts in different blockchains. +**deBridge is** **a high-performance and** **secure interoperability layer for Web3** that enables decentralized transfers of arbitrary messages and value between blockchains. The validation of cross-chain transactions is performed by a network of independent validators who are elected by and work for deBridge governance. Validators maintain the blockchain infrastructure and each run a deBridge node to sign all transactions that pass through deBridge smart contracts in different blockchains. [Delegated staking and slashing](the-core-protocol/slashing-and-delegated-staking.md) mechanics act as a backbone for protocol security and provide economic disincentives for validators to collude. @@ -16,7 +16,7 @@ The deBridge protocol is an infrastructure platform and a framework for: Projects can integrate with deBridge infrastructure to tap into the various cross-chain opportunities that we enable. These can for instance be: * Build own custom bridges for assets and NFTs preserving custom NFT logic (e.g. breeding) -* Enable users from other blockchain ecosystems interact with their protocol (enable global accessibility) +* Enable users from other blockchain ecosystems to interact with their protocol (enable global accessibility) * Scale up their protocol to other chains and exchange commands/messages between components of their protocol * Make their protocol composable with protocols from other ecosystems * Build new types of cross-chain applications and primitives diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 5e8070bd..f16081cf 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -21,12 +21,12 @@ * [Smart contract interface](build-with-debridge/smart-contract-interface.md) * [Development tools](build-with-debridge.md) -## 🔁 Cross-chain trading +## 🔁 Cross-chain bridging and value transfers -* [API Quick Start Guide](cross-chain-trading/api-quick-start-guide.md) -* [Cross-Chain Swaps Liquidity](cross-chain-trading/cross-chain-swaps-liquidity.md) -* [Custom Linking](deswap/custom-linking.md) -* [deSwap Widget](deswap/deswap-widget.md) +* [deBridge API Quick Start Guide](cross-chain-bridging-and-value-transfers/debridge-api-quick-start-guide.md) +* [Cross-Chain Swaps Liquidity](cross-chain-bridging-and-value-transfers/cross-chain-swaps-liquidity.md) +* [Custom Linking](cross-chain-bridging-and-value-transfers/custom-linking.md) +* [deBridge Widget](cross-chain-bridging-and-value-transfers/debridge-widget.md) ## 💸 dePort diff --git a/docs/cross-chain-trading/cross-chain-swaps-liquidity.md b/docs/cross-chain-bridging-and-value-transfers/cross-chain-swaps-liquidity.md similarity index 100% rename from docs/cross-chain-trading/cross-chain-swaps-liquidity.md rename to docs/cross-chain-bridging-and-value-transfers/cross-chain-swaps-liquidity.md diff --git a/docs/deswap/custom-linking.md b/docs/cross-chain-bridging-and-value-transfers/custom-linking.md similarity index 100% rename from docs/deswap/custom-linking.md rename to docs/cross-chain-bridging-and-value-transfers/custom-linking.md diff --git a/docs/cross-chain-bridging-and-value-transfers/debridge-api-quick-start-guide.md b/docs/cross-chain-bridging-and-value-transfers/debridge-api-quick-start-guide.md new file mode 100644 index 00000000..8a1a9cdb --- /dev/null +++ b/docs/cross-chain-bridging-and-value-transfers/debridge-api-quick-start-guide.md @@ -0,0 +1,17 @@ +--- +description: >- + Integrate decentralized cross-chain swaps between arbitrary assets into any + applications (web apps, wallets, dApps) in just a few lines of code. +--- + +# deBridge API Quick Start Guide + +{% hint style="warning" %} +[deSwap App](https://app.debridge.finance/deswap) and DLN are both utilizing the deBridge API which is high-performance cross-chain bridging and value transfer infrastructure built with deBridge with a unique 0-TVL design (no liquidity pools). + +Read the full announcement here: [https://twitter.com/deBridgeFinance/status/1655914135488696322](https://twitter.com/deBridgeFinance/status/1655914135488696322) + + + +deBridge Cross-chain bridging API is now available as part of DLN API found at docs.dln.trade: [https://docs.dln.trade/dln-api/quick-start-guide](https://docs.dln.trade/dln-api/quick-start-guide) +{% endhint %} diff --git a/docs/deswap/deswap-widget.md b/docs/cross-chain-bridging-and-value-transfers/debridge-widget.md similarity index 90% rename from docs/deswap/deswap-widget.md rename to docs/cross-chain-bridging-and-value-transfers/debridge-widget.md index 83b62ca9..e35f2a1b 100644 --- a/docs/deswap/deswap-widget.md +++ b/docs/cross-chain-bridging-and-value-transfers/debridge-widget.md @@ -1,8 +1,8 @@ -# deSwap Widget +# deBridge Widget -deSwap Widget is available at [https://app.debridge.finance/widget](https://app.debridge.finance/widget) +deBridge Widget is available at [https://app.debridge.finance/widget](https://app.debridge.finance/widget) -### Getting Started with the deSwap Widget +### Getting Started with the deBridge Widget With just a few lines of code, all projects and developers can embed a cross-chain exchange between arbitrary assets within your app (mobile app, website, dApp, etc.) based on the deBridge protocol. You can make the widget part of your app and you're fully free to customize colors, fonts, chains, and tokens according to your design and preferences. Here's an example: @@ -99,9 +99,9 @@ fontFamily: string ![](https://t4717986.p.clickup-attachments.com/t4717986/a45292fd-c79e-424a-9689-837ff3f2e136/image.png) -### deSwap Widget builder +### deBridge Widget builder -Builder is available at [https://app.debridge.finance/widget](https://app.debridge.finance/widget) and contains: +The builder is available at [https://app.debridge.finance/widget](https://app.debridge.finance/widget) and contains: 1. Widget settings fields. 2. Widget preview. @@ -109,5 +109,5 @@ Builder is available at [https://app.debridge.finance/widget](https://app.debrid ### Algorithm of work -1. Fill in the fields of widget settings to see your future widget. All field changes are updated in real-time. +1. Fill in the fields of widget settings to see your future widget. All field changes are updated in real time. 2. Once UI and other settings suit your requirements, you can just copy the source code to your project to embed the widget according to the "Widget embedding" section. diff --git a/docs/cross-chain-trading/api-quick-start-guide.md b/docs/cross-chain-trading/api-quick-start-guide.md deleted file mode 100644 index c31f60ba..00000000 --- a/docs/cross-chain-trading/api-quick-start-guide.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -description: >- - Integrate decentralized cross-chain swaps between arbitrary assets into any - applications (web apps, wallets, dApps) in just a few lines of code ---- - -# API Quick Start Guide - -{% hint style="warning" %} -[deSwap App](https://app.debridge.finance/deswap) and API were migrated to [DLN](https://dln.trade/) — a high-performance cross-chain trading infrastructure built on deBridge with a unique 0-TVL design (no liquidity pools). - -Read the full announcement here: [https://twitter.com/deBridgeFinance/status/1655914135488696322](https://twitter.com/deBridgeFinance/status/1655914135488696322) - - - -Cross-chain trading API now available as the part of DLN API found at docs.dln.trade: [https://docs.dln.trade/dln-api/quick-start-guide](https://docs.dln.trade/dln-api/quick-start-guide) -{% endhint %}