Skip to content

Commit

Permalink
GITBOOK-319: change request with no subject merged in GitBook
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Ghahremany authored and gitbook-bot committed Mar 12, 2024
1 parent aef66a8 commit 324f5b2
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 30 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<figure><img src=".gitbook/assets/New Cover.png" alt=""><figcaption></figcaption></figure>

**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.&#x20;
**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.&#x20;

[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.

Expand All @@ -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)&#x20;
* 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
Expand Down
10 changes: 5 additions & 5 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -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 %}
Original file line number Diff line number Diff line change
@@ -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:

Expand Down Expand Up @@ -99,15 +99,15 @@ fontFamily: string

![](https://t4717986.p.clickup-attachments.com/t4717986/a45292fd-c79e-424a-9689-837ff3f2e136/image.png)

### deSwap Widget builder&#x20;
### deBridge Widget builder&#x20;

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.&#x20;
3. Field with source code for embedding in the application

### &#x20;Algorithm of work

1. Fill in the fields of widget settings to see your future widget. All field changes are updated in real-time.&#x20;
1. Fill in the fields of widget settings to see your future widget. All field changes are updated in real time.&#x20;
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.
17 changes: 0 additions & 17 deletions docs/cross-chain-trading/api-quick-start-guide.md

This file was deleted.

0 comments on commit 324f5b2

Please sign in to comment.