From c277c334f17495048ae28795a67c0980e91a619a Mon Sep 17 00:00:00 2001 From: Wisdom Nwokocha Date: Mon, 2 Dec 2024 16:36:41 +0100 Subject: [PATCH 01/12] Added cross chain info --- .../cross-chain-bridges/hyperlanebridge.md | 30 +++++++++++++ .../cross-chain-bridges/powpeg.md | 26 +++++++++++ .../cross-chain-bridges/routerprotocol.md | 45 +++++++++++++++++++ .../cross-chain-bridges/tokenbridge.md | 25 +++++++++++ .../cross-chain-bridges/wormhole.md | 30 +++++++++++++ 5 files changed, 156 insertions(+) create mode 100644 docs/05-dev-tools/cross-chain-bridges/hyperlanebridge.md create mode 100644 docs/05-dev-tools/cross-chain-bridges/powpeg.md create mode 100644 docs/05-dev-tools/cross-chain-bridges/routerprotocol.md create mode 100644 docs/05-dev-tools/cross-chain-bridges/tokenbridge.md create mode 100644 docs/05-dev-tools/cross-chain-bridges/wormhole.md diff --git a/docs/05-dev-tools/cross-chain-bridges/hyperlanebridge.md b/docs/05-dev-tools/cross-chain-bridges/hyperlanebridge.md new file mode 100644 index 00000000..31ddd4d5 --- /dev/null +++ b/docs/05-dev-tools/cross-chain-bridges/hyperlanebridge.md @@ -0,0 +1,30 @@ +--- +sidebar_position: 1 +sidebar_label: Hyperlane Bridge +title: Hyperlane Bridge +description: "Explore cross-chain bridging solutions on Rootstock." +tags: [cross chain, bridges, developer tools, rsk, rootstock, testnet, ethereum, dApps, smart contracts] +--- + +Hyperlane is a permissionless interoperability protocol that facilitates easy communication and asset transfers between blockchain networks. +It eliminates the need for centralized permissions, which enables developers to create and scale cross-chain applications effortlessly. + +## Why Use Hyperlane? +Hyperlane makes cross-chain communication simple and accessible for developers. + +Why it stands out: +1. **No Permissions Needed:** Anyone can use Hyperlane on any blockchain—layer 1, rollup, or app-chain—without asking for approval. +2. **No Middlemen:** It removes the need for centralized services, giving developers full control over their applications. +3. **Easy Multi-Chain Setup:** Developers can quickly create apps that work across different blockchains. +4. **Customizable Security:** With Interchain Security Modules (ISMs), developers can adjust the security settings to fit their app's needs. +5. **Scalable and Flexible:** Hyperlane's design helps apps grow without bottlenecks or restrictions. + + +## Get Started with Hyperlane +Leverage pre-built components to kickstart your cross-chain development: + +1. **Warp Routes:** Enable seamless movement of native and ERC20 tokens across chains. +2. **Interchain Accounts:** Allow accounts on one chain (e.g., a DAO) to execute smart contract calls on remote chains. +3. **Interchain Queries:** Facilitate view calls from one chain to retrieve data from remote chains. + + \ No newline at end of file diff --git a/docs/05-dev-tools/cross-chain-bridges/powpeg.md b/docs/05-dev-tools/cross-chain-bridges/powpeg.md new file mode 100644 index 00000000..8cbdfbbf --- /dev/null +++ b/docs/05-dev-tools/cross-chain-bridges/powpeg.md @@ -0,0 +1,26 @@ +--- +sidebar_position: 2 +sidebar_label: PowPeg +title: PowPeg App +description: "Explore cross-chain bridging solutions on Rootstock." +tags: [powpeg, bridges, developer tools, rsk, testnet, rootstock, ethereum, dApps, smart contracts] +--- + +The PowPeg App, formerly the 2 Way Peg App, allows users to convert BTC to RBTC and vice versa. It is secured by the PowPeg protocol, a unique system that safeguards locked bitcoins using the same Bitcoin hash rate that establishes consensus. + + +### Transaction Types + +- **Peg-in**: Convert BTC into RBTC by locking Bitcoin in a secure multi-signature wallet. After confirmation, an equivalent amount of RBTC is issued on the Rootstock blockchain. +- **Peg-out**: Exchange RBTC back into BTC by burning RBTC on Rootstock and unlocking the corresponding BTC for transfer. + +### Why Use the PowPeg App? + +The PowPeg protocol is a robust mechanism for ensuring interoperability between Bitcoin and Rootstock. It offers: +- **Security**: Bitcoin's hash rate guarantees asset safety during conversions. +- **Decentralization**: Transactions rely on federated signing, minimizing risks of centralized control. +- **Flexibility**: Enables access to Rootstock’s smart contract capabilities without leaving the Bitcoin ecosystem. + +Discover more about the [Peg-in process](/resources/guides/powpeg-app/pegin/) and [Peg-out process](/resources/guides/powpeg-app/pegout/) to get started. + + \ No newline at end of file diff --git a/docs/05-dev-tools/cross-chain-bridges/routerprotocol.md b/docs/05-dev-tools/cross-chain-bridges/routerprotocol.md new file mode 100644 index 00000000..fe6dc447 --- /dev/null +++ b/docs/05-dev-tools/cross-chain-bridges/routerprotocol.md @@ -0,0 +1,45 @@ +--- +sidebar_position: 3 +sidebar_label: Router Protocol +title: Router Protocol +description: "Explore cross-chain bridging solutions on Rootstock." +tags: [cross chain, bridges, developer tools, rsk, testnet, rootstock, ethereum, dApps, smart contracts] +--- + +Router Protocol enables developers to seamlessly interact with multiple blockchain networks, facilitating cross-chain transactions and decentralized finance (DeFi) solutions. To begin working with Router Protocol, you’ll need to understand some basic concepts and set up your development environment. + +## Key Concepts + +This section introduces the foundational elements and architecture of the **Crosstalk Framework**, providing insights into its structure and critical features. + +#### **1. High-Level Architecture** +The **Crosstalk Framework** enables easy cross-chain communication and interoperability across multiple blockchain networks. Its architecture consists of the following core components: +- **Message Relayers**: Facilitate secure data and transaction transfers between different blockchain ecosystems. +- **Smart Contracts**: Handle cross-chain logic, including state synchronization and the execution of NFT transfers. +- **Router Infrastructure**: Serves as the central hub for communication, transaction routing, and data relaying across networks. + +#### **2. Fee Management** +Effective fee management is a critical feature of the Crosstalk Framework, ensuring transparent and efficient handling of transaction costs: +- **Fee Payer Account**: Each dApp integrates a designated fee payer account on the Router Chain to handle fees for cross-chain requests. This account, configurable per chain, can be updated at any time to adapt to changes. +- **Gas Considerations**: + - Developers must provide **gasPrice** and **gasLimit** in the metadata of their CrossTalk requests to ensure successful execution on the destination chain. + - If **gasPrice** is omitted, the Router Chain's gas price oracle automatically estimates it. +- **Prepaid Fee Model**: + - Fees are calculated upfront in ROUTE tokens when a CrossTalk request is initiated. + - This ensures the transaction on the destination chain has adequate funds for successful execution. + + +#### **3. Additional Security Modules (ASM)** +To ensure robust security, the Crosstalk Framework incorporates Additional Security Modules (ASM), offering: +- **Fraud Detection**: Proactively detects and mitigates suspicious activities to protect the integrity of cross-chain interactions. +- **Fail-Safe Mechanisms**: Automatically pauses or cancels operations when potential security threats are identified, safeguarding user transactions. + + +## Build your first iDapp +Creating your first interoperable decentralized application (iDapp) with Router Protocol is a straightforward two-step process: + +- [Create Your Cross-Chain NFT Contract](https://docs.routerprotocol.com/develop/message-transfer-via-crosstalk/evm-guides/your-first-crosschain-nft-contract/creating-your-nft-contract/) +- [Deploy and Test Your NFT Contract](https://docs.routerprotocol.com/develop/message-transfer-via-crosstalk/evm-guides/your-first-crosschain-nft-contract/deploying-your-nft-contract/) + + + \ No newline at end of file diff --git a/docs/05-dev-tools/cross-chain-bridges/tokenbridge.md b/docs/05-dev-tools/cross-chain-bridges/tokenbridge.md new file mode 100644 index 00000000..ffc7dc35 --- /dev/null +++ b/docs/05-dev-tools/cross-chain-bridges/tokenbridge.md @@ -0,0 +1,25 @@ +--- +sidebar_position: 4 +sidebar_label: Token Bridges +title: Token Bridges +description: "Explore cross-chain bridging solutions on Rootstock." +tags: [token bridge, bridges, developer tools, testnet, rsk, rootstock, ethereum, dApps, smart contracts] +--- + +The Rootstock Token Bridge is an interoperability solution that allows you to transfer ERC-20 tokens seamlessly between Ethereum and Rootstock networks. + +This decentralized application (dApp) provides a user-friendly interface for interacting directly with the Token Bridge smart contracts, enabling secure and efficient cross-chain transactions. + +## **Why Use the Rootstock Token Bridge?** +- **Seamless Asset Movement**: Easily move your assets across Ethereum and Rootstock without complex setups, opening up new use cases for decentralized applications and DeFi ecosystems. + +- **Cost-Effective and Secure**: The bridge leverages Rootstock's robust blockchain infrastructure, ensuring safe transactions at minimal cost. + +- **Interoperability**: Expand your token utility by unlocking the potential to interact with applications and services across both networks. + +> The Token Bridge supports transactions on both the , making it versatile for developers and users. + +## **Get Started Today** +Visit the [Rootstock Token Bridge dApp](https://dapp.tokenbridge.rootstock.io/) and begin transferring your ERC-20 tokens. + +For developers and technical details diff --git a/docs/05-dev-tools/cross-chain-bridges/wormhole.md b/docs/05-dev-tools/cross-chain-bridges/wormhole.md new file mode 100644 index 00000000..5e5e6d76 --- /dev/null +++ b/docs/05-dev-tools/cross-chain-bridges/wormhole.md @@ -0,0 +1,30 @@ +--- +sidebar_position: 5 +sidebar_label: Wormhole +title: Wormhole +description: "Explore cross-chain bridging solutions on Rootstock." +tags: [Wormhole, bridges, developer tools, rsk, testnet, rootstock, ethereum, dApps, smart contracts] +--- + +Wormhole provides a suite of tools to simplify cross-chain integration for developers. Whether you’re building user-friendly interfaces, leveraging on-chain data, or facilitating asset transfers, Wormhole’s solutions empower developers to create intuitive, scalable applications. + +## **Available Tools** + +- **Wormhole TypeScript SDK** + This SDK combines convenience with the robust type safety of TypeScript. It includes: + - Constants and contract interfaces. + - Basic types and VAA (Verifiable Action Approval) payload definitions. + - Utilities for EVM-specific interactions. + - An EVM Token Bridge protocol client. + Developers can confidently build applications with features that ensure precision and reliability. + [Get started with the SDK](https://wormhole.com). + +- **Wormhole Queries** + Wormhole Queries offers a cost-effective, gas-free method to access Guardian-attested on-chain data through a REST API. This service eliminates the delays and expenses of traditional blockchain querying, leveraging full nodes operated by Wormhole Guardians for fast, real-time data retrieval. + [Get started with Queries](https://wormhole.com). + +- **Wormhole Connect** + A React-based widget designed for user-friendly cross-chain asset transfers. Wormhole Connect supports both code-based and no-code customization, making it a versatile solution for web applications. Developers can seamlessly integrate it into their projects to enhance the user experience. + [Get started with Connect](https://wormhole.com). + + For more details, visit the \ No newline at end of file From 48957149e6f4d17d314ac657b1adee4194e15f41 Mon Sep 17 00:00:00 2001 From: Wisdom Nwokocha Date: Mon, 2 Dec 2024 19:01:26 +0100 Subject: [PATCH 02/12] added page description --- docs/05-dev-tools/cross-chain-bridges/hyperlanebridge.md | 2 +- docs/05-dev-tools/cross-chain-bridges/powpeg.md | 2 +- docs/05-dev-tools/cross-chain-bridges/routerprotocol.md | 2 +- docs/05-dev-tools/cross-chain-bridges/tokenbridge.md | 2 +- docs/05-dev-tools/cross-chain-bridges/wormhole.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/05-dev-tools/cross-chain-bridges/hyperlanebridge.md b/docs/05-dev-tools/cross-chain-bridges/hyperlanebridge.md index 31ddd4d5..cd49709a 100644 --- a/docs/05-dev-tools/cross-chain-bridges/hyperlanebridge.md +++ b/docs/05-dev-tools/cross-chain-bridges/hyperlanebridge.md @@ -2,7 +2,7 @@ sidebar_position: 1 sidebar_label: Hyperlane Bridge title: Hyperlane Bridge -description: "Explore cross-chain bridging solutions on Rootstock." +description: "Hyperlane is a permissionless interoperability protocol that facilitates easy communication and asset transfers between blockchain networks. " tags: [cross chain, bridges, developer tools, rsk, rootstock, testnet, ethereum, dApps, smart contracts] --- diff --git a/docs/05-dev-tools/cross-chain-bridges/powpeg.md b/docs/05-dev-tools/cross-chain-bridges/powpeg.md index 8cbdfbbf..69486303 100644 --- a/docs/05-dev-tools/cross-chain-bridges/powpeg.md +++ b/docs/05-dev-tools/cross-chain-bridges/powpeg.md @@ -2,7 +2,7 @@ sidebar_position: 2 sidebar_label: PowPeg title: PowPeg App -description: "Explore cross-chain bridging solutions on Rootstock." +description: "The PowPeg App, formerly the 2 Way Peg App, allows users to convert BTC to RBTC and vice versa." tags: [powpeg, bridges, developer tools, rsk, testnet, rootstock, ethereum, dApps, smart contracts] --- diff --git a/docs/05-dev-tools/cross-chain-bridges/routerprotocol.md b/docs/05-dev-tools/cross-chain-bridges/routerprotocol.md index fe6dc447..c4a26ed8 100644 --- a/docs/05-dev-tools/cross-chain-bridges/routerprotocol.md +++ b/docs/05-dev-tools/cross-chain-bridges/routerprotocol.md @@ -2,7 +2,7 @@ sidebar_position: 3 sidebar_label: Router Protocol title: Router Protocol -description: "Explore cross-chain bridging solutions on Rootstock." +description: "Router Protocol enables developers to seamlessly interact with multiple blockchain networks, facilitating cross-chain transactions and decentralized finance (DeFi) solutions. " tags: [cross chain, bridges, developer tools, rsk, testnet, rootstock, ethereum, dApps, smart contracts] --- diff --git a/docs/05-dev-tools/cross-chain-bridges/tokenbridge.md b/docs/05-dev-tools/cross-chain-bridges/tokenbridge.md index ffc7dc35..84c6bd22 100644 --- a/docs/05-dev-tools/cross-chain-bridges/tokenbridge.md +++ b/docs/05-dev-tools/cross-chain-bridges/tokenbridge.md @@ -2,7 +2,7 @@ sidebar_position: 4 sidebar_label: Token Bridges title: Token Bridges -description: "Explore cross-chain bridging solutions on Rootstock." +description: "The Rootstock Token Bridge is an interoperability solution that allows you to transfer ERC-20 tokens seamlessly between Ethereum and Rootstock networks. " tags: [token bridge, bridges, developer tools, testnet, rsk, rootstock, ethereum, dApps, smart contracts] --- diff --git a/docs/05-dev-tools/cross-chain-bridges/wormhole.md b/docs/05-dev-tools/cross-chain-bridges/wormhole.md index 5e5e6d76..544a9e64 100644 --- a/docs/05-dev-tools/cross-chain-bridges/wormhole.md +++ b/docs/05-dev-tools/cross-chain-bridges/wormhole.md @@ -2,7 +2,7 @@ sidebar_position: 5 sidebar_label: Wormhole title: Wormhole -description: "Explore cross-chain bridging solutions on Rootstock." +description: "Wormhole provides a suite of tools to simplify cross-chain integration for developers. Whether you’re building user-friendly interfaces, leveraging on-chain data, or facilitating asset transfers, Wormhole’s solutions empower developers to create intuitive, scalable applications." tags: [Wormhole, bridges, developer tools, rsk, testnet, rootstock, ethereum, dApps, smart contracts] --- From 01a18974df557753602be77c40654e1dbe2a21d3 Mon Sep 17 00:00:00 2001 From: Wisdom Nwokocha Date: Thu, 5 Dec 2024 13:26:18 +0100 Subject: [PATCH 03/12] Update docs/05-dev-tools/cross-chain-bridges/hyperlanebridge.md Co-authored-by: Owanate Amachree --- docs/05-dev-tools/cross-chain-bridges/hyperlanebridge.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/05-dev-tools/cross-chain-bridges/hyperlanebridge.md b/docs/05-dev-tools/cross-chain-bridges/hyperlanebridge.md index cd49709a..b57d1acf 100644 --- a/docs/05-dev-tools/cross-chain-bridges/hyperlanebridge.md +++ b/docs/05-dev-tools/cross-chain-bridges/hyperlanebridge.md @@ -3,7 +3,7 @@ sidebar_position: 1 sidebar_label: Hyperlane Bridge title: Hyperlane Bridge description: "Hyperlane is a permissionless interoperability protocol that facilitates easy communication and asset transfers between blockchain networks. " -tags: [cross chain, bridges, developer tools, rsk, rootstock, testnet, ethereum, dApps, smart contracts] +tags: [cross chain, hyperlane bridge, developer tools, rsk, rootstock, testnet, ethereum, dApps, smart contracts] --- Hyperlane is a permissionless interoperability protocol that facilitates easy communication and asset transfers between blockchain networks. From dd3c0c76ce9e28d7678f3868e02381900038da12 Mon Sep 17 00:00:00 2001 From: Wisdom Nwokocha Date: Thu, 5 Dec 2024 13:26:35 +0100 Subject: [PATCH 04/12] Update docs/05-dev-tools/cross-chain-bridges/powpeg.md Co-authored-by: Owanate Amachree --- docs/05-dev-tools/cross-chain-bridges/powpeg.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/05-dev-tools/cross-chain-bridges/powpeg.md b/docs/05-dev-tools/cross-chain-bridges/powpeg.md index 69486303..8c517a18 100644 --- a/docs/05-dev-tools/cross-chain-bridges/powpeg.md +++ b/docs/05-dev-tools/cross-chain-bridges/powpeg.md @@ -14,7 +14,7 @@ The PowPeg App, formerly the 2 Way Peg App, allows users to convert BTC to RBTC - **Peg-in**: Convert BTC into RBTC by locking Bitcoin in a secure multi-signature wallet. After confirmation, an equivalent amount of RBTC is issued on the Rootstock blockchain. - **Peg-out**: Exchange RBTC back into BTC by burning RBTC on Rootstock and unlocking the corresponding BTC for transfer. -### Why Use the PowPeg App? +## Why Use the PowPeg App? The PowPeg protocol is a robust mechanism for ensuring interoperability between Bitcoin and Rootstock. It offers: - **Security**: Bitcoin's hash rate guarantees asset safety during conversions. From 3ea6e4c0fa11512b19947ba918ab334f8359703c Mon Sep 17 00:00:00 2001 From: Wisdom Nwokocha Date: Thu, 5 Dec 2024 13:26:41 +0100 Subject: [PATCH 05/12] Update docs/05-dev-tools/cross-chain-bridges/powpeg.md Co-authored-by: Owanate Amachree --- docs/05-dev-tools/cross-chain-bridges/powpeg.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/05-dev-tools/cross-chain-bridges/powpeg.md b/docs/05-dev-tools/cross-chain-bridges/powpeg.md index 8c517a18..04eeaf0d 100644 --- a/docs/05-dev-tools/cross-chain-bridges/powpeg.md +++ b/docs/05-dev-tools/cross-chain-bridges/powpeg.md @@ -9,7 +9,7 @@ tags: [powpeg, bridges, developer tools, rsk, testnet, rootstock, ethereum, dApp The PowPeg App, formerly the 2 Way Peg App, allows users to convert BTC to RBTC and vice versa. It is secured by the PowPeg protocol, a unique system that safeguards locked bitcoins using the same Bitcoin hash rate that establishes consensus. -### Transaction Types +## Transaction Types - **Peg-in**: Convert BTC into RBTC by locking Bitcoin in a secure multi-signature wallet. After confirmation, an equivalent amount of RBTC is issued on the Rootstock blockchain. - **Peg-out**: Exchange RBTC back into BTC by burning RBTC on Rootstock and unlocking the corresponding BTC for transfer. From 2f07b2cac2ab79f2c81337fe26c17f603c5529de Mon Sep 17 00:00:00 2001 From: Wisdom Nwokocha Date: Thu, 5 Dec 2024 13:26:47 +0100 Subject: [PATCH 06/12] Update docs/05-dev-tools/cross-chain-bridges/routerprotocol.md Co-authored-by: Owanate Amachree --- docs/05-dev-tools/cross-chain-bridges/routerprotocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/05-dev-tools/cross-chain-bridges/routerprotocol.md b/docs/05-dev-tools/cross-chain-bridges/routerprotocol.md index c4a26ed8..c11b6354 100644 --- a/docs/05-dev-tools/cross-chain-bridges/routerprotocol.md +++ b/docs/05-dev-tools/cross-chain-bridges/routerprotocol.md @@ -12,7 +12,7 @@ Router Protocol enables developers to seamlessly interact with multiple blockcha This section introduces the foundational elements and architecture of the **Crosstalk Framework**, providing insights into its structure and critical features. -#### **1. High-Level Architecture** +### **1. High-Level Architecture** The **Crosstalk Framework** enables easy cross-chain communication and interoperability across multiple blockchain networks. Its architecture consists of the following core components: - **Message Relayers**: Facilitate secure data and transaction transfers between different blockchain ecosystems. - **Smart Contracts**: Handle cross-chain logic, including state synchronization and the execution of NFT transfers. From cbdf4ee19b09924bc6b903d8b85e67a5ed79c78a Mon Sep 17 00:00:00 2001 From: Wisdom Nwokocha Date: Thu, 5 Dec 2024 13:26:54 +0100 Subject: [PATCH 07/12] Update docs/05-dev-tools/cross-chain-bridges/routerprotocol.md Co-authored-by: Owanate Amachree --- docs/05-dev-tools/cross-chain-bridges/routerprotocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/05-dev-tools/cross-chain-bridges/routerprotocol.md b/docs/05-dev-tools/cross-chain-bridges/routerprotocol.md index c11b6354..db16c848 100644 --- a/docs/05-dev-tools/cross-chain-bridges/routerprotocol.md +++ b/docs/05-dev-tools/cross-chain-bridges/routerprotocol.md @@ -18,7 +18,7 @@ The **Crosstalk Framework** enables easy cross-chain communication and interoper - **Smart Contracts**: Handle cross-chain logic, including state synchronization and the execution of NFT transfers. - **Router Infrastructure**: Serves as the central hub for communication, transaction routing, and data relaying across networks. -#### **2. Fee Management** +### **2. Fee Management** Effective fee management is a critical feature of the Crosstalk Framework, ensuring transparent and efficient handling of transaction costs: - **Fee Payer Account**: Each dApp integrates a designated fee payer account on the Router Chain to handle fees for cross-chain requests. This account, configurable per chain, can be updated at any time to adapt to changes. - **Gas Considerations**: From 29b22c16a04924d19fd743c2a4e6c892f6830a9e Mon Sep 17 00:00:00 2001 From: Wisdom Nwokocha Date: Thu, 5 Dec 2024 13:27:00 +0100 Subject: [PATCH 08/12] Update docs/05-dev-tools/cross-chain-bridges/routerprotocol.md Co-authored-by: Owanate Amachree --- docs/05-dev-tools/cross-chain-bridges/routerprotocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/05-dev-tools/cross-chain-bridges/routerprotocol.md b/docs/05-dev-tools/cross-chain-bridges/routerprotocol.md index db16c848..d331dc83 100644 --- a/docs/05-dev-tools/cross-chain-bridges/routerprotocol.md +++ b/docs/05-dev-tools/cross-chain-bridges/routerprotocol.md @@ -29,7 +29,7 @@ Effective fee management is a critical feature of the Crosstalk Framework, ensur - This ensures the transaction on the destination chain has adequate funds for successful execution. -#### **3. Additional Security Modules (ASM)** +### **3. Additional Security Modules (ASM)** To ensure robust security, the Crosstalk Framework incorporates Additional Security Modules (ASM), offering: - **Fraud Detection**: Proactively detects and mitigates suspicious activities to protect the integrity of cross-chain interactions. - **Fail-Safe Mechanisms**: Automatically pauses or cancels operations when potential security threats are identified, safeguarding user transactions. From 22a86df4c5cf66d68f0de2db68c464eceb689e4d Mon Sep 17 00:00:00 2001 From: Wisdom Nwokocha Date: Thu, 5 Dec 2024 13:27:06 +0100 Subject: [PATCH 09/12] Update docs/05-dev-tools/cross-chain-bridges/tokenbridge.md Co-authored-by: Owanate Amachree --- docs/05-dev-tools/cross-chain-bridges/tokenbridge.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/05-dev-tools/cross-chain-bridges/tokenbridge.md b/docs/05-dev-tools/cross-chain-bridges/tokenbridge.md index 84c6bd22..7b48a06e 100644 --- a/docs/05-dev-tools/cross-chain-bridges/tokenbridge.md +++ b/docs/05-dev-tools/cross-chain-bridges/tokenbridge.md @@ -1,6 +1,6 @@ --- sidebar_position: 4 -sidebar_label: Token Bridges +sidebar_label: Token Bridge title: Token Bridges description: "The Rootstock Token Bridge is an interoperability solution that allows you to transfer ERC-20 tokens seamlessly between Ethereum and Rootstock networks. " tags: [token bridge, bridges, developer tools, testnet, rsk, rootstock, ethereum, dApps, smart contracts] From 7c1f5e6eaf25d6a02f3846c918c17d2df5d92669 Mon Sep 17 00:00:00 2001 From: Wisdom Nwokocha Date: Thu, 5 Dec 2024 13:27:14 +0100 Subject: [PATCH 10/12] Update docs/05-dev-tools/cross-chain-bridges/tokenbridge.md Co-authored-by: Owanate Amachree --- docs/05-dev-tools/cross-chain-bridges/tokenbridge.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/05-dev-tools/cross-chain-bridges/tokenbridge.md b/docs/05-dev-tools/cross-chain-bridges/tokenbridge.md index 7b48a06e..9cd6b3e1 100644 --- a/docs/05-dev-tools/cross-chain-bridges/tokenbridge.md +++ b/docs/05-dev-tools/cross-chain-bridges/tokenbridge.md @@ -1,7 +1,7 @@ --- sidebar_position: 4 sidebar_label: Token Bridge -title: Token Bridges +title: Token Bridge description: "The Rootstock Token Bridge is an interoperability solution that allows you to transfer ERC-20 tokens seamlessly between Ethereum and Rootstock networks. " tags: [token bridge, bridges, developer tools, testnet, rsk, rootstock, ethereum, dApps, smart contracts] --- From e434b4ec5e3659344e74aaf3133da97d9c448919 Mon Sep 17 00:00:00 2001 From: Wisdom Nwokocha Date: Thu, 5 Dec 2024 13:27:22 +0100 Subject: [PATCH 11/12] Update docs/05-dev-tools/cross-chain-bridges/tokenbridge.md Co-authored-by: Owanate Amachree --- docs/05-dev-tools/cross-chain-bridges/tokenbridge.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/05-dev-tools/cross-chain-bridges/tokenbridge.md b/docs/05-dev-tools/cross-chain-bridges/tokenbridge.md index 9cd6b3e1..ab381e0c 100644 --- a/docs/05-dev-tools/cross-chain-bridges/tokenbridge.md +++ b/docs/05-dev-tools/cross-chain-bridges/tokenbridge.md @@ -19,7 +19,7 @@ This decentralized application (dApp) provides a user-friendly interface for int > The Token Bridge supports transactions on both the , making it versatile for developers and users. -## **Get Started Today** +## **Get Started** Visit the [Rootstock Token Bridge dApp](https://dapp.tokenbridge.rootstock.io/) and begin transferring your ERC-20 tokens. For developers and technical details From 60e291641ccd36dcf31f91547dfa893fd91e0b92 Mon Sep 17 00:00:00 2001 From: Wisdom Nwokocha Date: Thu, 5 Dec 2024 13:27:30 +0100 Subject: [PATCH 12/12] Update docs/05-dev-tools/cross-chain-bridges/hyperlanebridge.md Co-authored-by: Owanate Amachree --- docs/05-dev-tools/cross-chain-bridges/hyperlanebridge.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/05-dev-tools/cross-chain-bridges/hyperlanebridge.md b/docs/05-dev-tools/cross-chain-bridges/hyperlanebridge.md index b57d1acf..52adad96 100644 --- a/docs/05-dev-tools/cross-chain-bridges/hyperlanebridge.md +++ b/docs/05-dev-tools/cross-chain-bridges/hyperlanebridge.md @@ -2,7 +2,7 @@ sidebar_position: 1 sidebar_label: Hyperlane Bridge title: Hyperlane Bridge -description: "Hyperlane is a permissionless interoperability protocol that facilitates easy communication and asset transfers between blockchain networks. " +description: "Hyperlane is a permissionless interoperability protocol that facilitates easy communication and asset transfers between blockchain networks." tags: [cross chain, hyperlane bridge, developer tools, rsk, rootstock, testnet, ethereum, dApps, smart contracts] ---