Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 19 additions & 4 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@ const config: Config = {
],
},
],
[
'@docusaurus/plugin-content-docs',
{
id: 'labs',
path: 'labs',
routeBasePath: 'labs',
sidebarPath: './sidebars.ts',
},
],

],
presets: [
Expand All @@ -52,7 +61,6 @@ const config: Config = {
sidebarPath: './sidebars.ts',
remarkPlugins: [remarkMath],
rehypePlugins: [rehypeKatex],

},
blog: false,
// {
Expand Down Expand Up @@ -96,14 +104,21 @@ const config: Config = {
items: [
{
type: 'docSidebar',
sidebarId: 'sidebar',
sidebarId: 'sidebarDocs',
position: 'left',
label: 'Docs',
hideable: true,
activeBaseRegex: 'docs/(next|v8)',
baseUrl: '/docs/',
to: '/docs/index',
},
{
type: 'docSidebar',
sidebarId: 'sidebarDocs',
docsPluginId:"labs",
position: 'left',
label: 'Labs',
// activeBaseRegex: 'labs/(next|v8)',
// to: '/labs',
},
// {to: '/blog', label: 'Blog', position: 'left'},
{
label: "GitHub",
Expand Down
4 changes: 4 additions & 0 deletions labs/contract-addresses/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"position": 3,
"label": "Contract Addresses"
}
72 changes: 72 additions & 0 deletions labs/contract-addresses/mainnet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
---
sidebar_position: 1
---

# Mainnet

## Ethereum

- chainId: 1
- LnDefaultBridge(v2): [0x94C614DAeFDbf151E1BB53d6A201ae5fF56A9337](https://etherscan.io/address/0x94C614DAeFDbf151E1BB53d6A201ae5fF56A9337)
- LnOppositeBridge(v2): [0x48d769d5C7ff75703cDd1543A1a2ed9bC9044A23](https://etherscan.io/address/0x48d769d5C7ff75703cDd1543A1a2ed9bC9044A23)

## Arbitrum One

- chainId: 42161
- LnDefaultBridge(v2): [0x94C614DAeFDbf151E1BB53d6A201ae5fF56A9337](https://arbiscan.io/address/0x94C614DAeFDbf151E1BB53d6A201ae5fF56A9337)
- LnOppositeBridge(v2): [0x48d769d5C7ff75703cDd1543A1a2ed9bC9044A23](https://arbiscan.io/address/0x48d769d5C7ff75703cDd1543A1a2ed9bC9044A23)
- LnBridge(v3): [0xbA5D580B18b6436411562981e02c8A9aA1776D10](https://arbiscan.io/address/0xbA5D580B18b6436411562981e02c8A9aA1776D10)

## Darwinia

- chainId: 46
- LnDefaultBridge(v2): [0x94C614DAeFDbf151E1BB53d6A201ae5fF56A9337](https://darwinia.subscan.io/account/0x94C614DAeFDbf151E1BB53d6A201ae5fF56A9337)
- LnOppositeBridge(v2): [0x48d769d5C7ff75703cDd1543A1a2ed9bC9044A23](https://darwinia.subscan.io/account/0x48d769d5C7ff75703cDd1543A1a2ed9bC9044A23)
- LnBridge(v3): [0xbA5D580B18b6436411562981e02c8A9aA1776D10](https://darwinia.subscan.io/account/0xbA5D580B18b6436411562981e02c8A9aA1776D10)

## Pologon Pos

- chainId: 137
- LnDefaultBridge(v2): [0x94C614DAeFDbf151E1BB53d6A201ae5fF56A9337](https://polygonscan.com/address/0x94C614DAeFDbf151E1BB53d6A201ae5fF56A9337)
- LnBridge(v3): [0xbA5D580B18b6436411562981e02c8A9aA1776D10](https://polygonscan.com/address/0xbA5D580B18b6436411562981e02c8A9aA1776D10)

## zkSync era

- chainId: 324
- LnDefaultBridge(v2): [0x767Bc046c989f5e63683fB530f939DD34b91ceAC](https://era.zksync.network/address/0x767Bc046c989f5e63683fB530f939DD34b91ceAC)

## Binance Smart Chain

- chinaId: 56
- LnDefaultBridge(v2): [0x94C614DAeFDbf151E1BB53d6A201ae5fF56A9337](https://bscscan.com/address/0x94C614DAeFDbf151E1BB53d6A201ae5fF56A9337)
- LnBridge(v3): [0xbA5D580B18b6436411562981e02c8A9aA1776D10](https://bscscan.com/address/0xbA5D580B18b6436411562981e02c8A9aA1776D10)

## Linea

- chainId: 59144
- LnDefaultBridge(v2): [0x94C614DAeFDbf151E1BB53d6A201ae5fF56A9337](https://lineascan.build/address/0x94C614DAeFDbf151E1BB53d6A201ae5fF56A9337)
- LnBridge(v3): [0xbA5D580B18b6436411562981e02c8A9aA1776D10](https://lineascan.build/address/0xbA5D580B18b6436411562981e02c8A9aA1776D10)

## Mantle

- chainId: 5000
- LnDefaultBridge(v2): [0x94C614DAeFDbf151E1BB53d6A201ae5fF56A9337](https://explorer.mantle.xyz/address/0x94C614DAeFDbf151E1BB53d6A201ae5fF56A9337)
- LnBridge(v3): [0xbA5D580B18b6436411562981e02c8A9aA1776D10](https://explorer.mantle.xyz/address/0xbA5D580B18b6436411562981e02c8A9aA1776D10)

## Scroll

- chainId: 534352
- LnDefaultBridge(v2): [0x94C614DAeFDbf151E1BB53d6A201ae5fF56A9337](https://scrollscan.com/address/0x94C614DAeFDbf151E1BB53d6A201ae5fF56A9337)
- LnBridge(v3): [0xbA5D580B18b6436411562981e02c8A9aA1776D10](https://scrollscan.com/address/0xbA5D580B18b6436411562981e02c8A9aA1776D10)

## OP

- chainId: 10
- LnDefaultBridge(v2): [0x94C614DAeFDbf151E1BB53d6A201ae5fF56A9337](https://optimistic.etherscan.io/address/0x94C614DAeFDbf151E1BB53d6A201ae5fF56A9337)
- LnBridge(v3): [0xbA5D580B18b6436411562981e02c8A9aA1776D10](https://optimistic.etherscan.io/address/0xbA5D580B18b6436411562981e02c8A9aA1776D10)

## Gnosis Chain

- chainId: 100
- LnDefaultBridge(v2): [0x94C614DAeFDbf151E1BB53d6A201ae5fF56A9337](https://gnosisscan.io/address/0x94C614DAeFDbf151E1BB53d6A201ae5fF56A9337)
- LnBridge(v3): [0xbA5D580B18b6436411562981e02c8A9aA1776D10](https://gnosisscan.io/address/0xbA5D580B18b6436411562981e02c8A9aA1776D10)
30 changes: 30 additions & 0 deletions labs/contract-addresses/testnet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
sidebar_position: 2
---

# Testnet

## Ethereum Sepolia

- chainId: 11155111
- LnDefaultBridge(v2): [0x8429D7Dfd91D6F970ba89fFC005e67D15f1E4739](https://sepolia.etherscan.io/address/0x8429D7Dfd91D6F970ba89fFC005e67D15f1E4739)
- LnOppositeBridge(v2): [0xbA96d83E2A04c4E50F2D6D7eCA03D70bA2426e5f](https://sepolia.etherscan.io/address/0xbA96d83E2A04c4E50F2D6D7eCA03D70bA2426e5f)
- LnBridge(v3): [0x38627Cb033De66a1E07e73f5D0a7a7adFB6741fa](https://sepolia.etherscan.io/address/0x38627Cb033De66a1E07e73f5D0a7a7adFB6741fa)

## Arbitrum Sepolia

- chainId: 421614
- LnDefaultBridge(v2): [0x8429D7Dfd91D6F970ba89fFC005e67D15f1E4739](https://sepolia.arbiscan.io/address/0x8429D7Dfd91D6F970ba89fFC005e67D15f1E4739)
- LnOppositeBridge(v2): [0xbA96d83E2A04c4E50F2D6D7eCA03D70bA2426e5f](https://sepolia.arbiscan.io/address/0xbA96d83E2A04c4E50F2D6D7eCA03D70bA2426e5f)
- LnBridge(v3): [0x38627Cb033De66a1E07e73f5D0a7a7adFB6741fa](https://sepolia.arbiscan.io/address/0x38627Cb033De66a1E07e73f5D0a7a7adFB6741fa)

## zkSync Sepolia

- chainId: 300
- LnDefaultBridge(v2): [0xBe23e871318E49C747CB909AC65aCCFAEAac3a37](https://sepolia.explorer.zksync.io/address/0xBe23e871318E49C747CB909AC65aCCFAEAac3a37)
- LnBridge(v3): [0xDc55fF59F82AA50D8A4A61dB8CcaDffD26Fb7dD2](https://sepolia.explorer.zksync.io/address/0xDc55fF59F82AA50D8A4A61dB8CcaDffD26Fb7dD2)

## Base Sepolia

- chainId: 84532
- LnBridge(v3): [0x29D148A9e87C763292a33A55B9dBcAf44A194102](https://sepolia.basescan.org/address/0x29D148A9e87C763292a33A55B9dBcAf44A194102)
4 changes: 4 additions & 0 deletions labs/introduction/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"position": 1,
"label": "Introduction"
}
29 changes: 29 additions & 0 deletions labs/introduction/what-is-helix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
sidebar_position: 1
slug: /
---

# What is Helix Bridge?


Helixbox Bridge is a fully open-source and decentralized cross-chain asset bridge. It's built on top of common messaging bridges that already exist between chains, and provides secure, fast, and low-cost cross-chain functionality for users.

## Features

- **Secure**

Helixbox Bridge separates the underlying generic messages and the asset bridging, which helps to reduce risk.

While Helixbox's security does not entirely rely on generic messages, we take great care in selecting the generic message bridges we use. By combining the security of the generic message bridges with other security measures, we minimize the risk of security incidents.

- **Fast**

Additionally, Helixbox's Asset Cross-Chain Protocol can complete the cross-chain process in as little as 10 seconds to a minute, making it a fast and efficient option for users.

- **Low Cost**

The low cost of Helixbox's cross-chain process is due to its innovative design, which avoids the need for complex messaging bridges. Instead, simple interactions between the user and the contract allow for direct asset transfers, minimizing the cost of the process.

- **Trustless**

The Helixbox protocol is trustless, meaning that users do not need to rely on any centralized system to exchange assets. Instead, the protocol relies on a variety of roles to ensure the safety and stable operation of the cross-chain process. This trustless design makes the protocol more secure and resilient to failure, as it does not depend on any single point of failure.
4 changes: 4 additions & 0 deletions labs/protocol/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"position": 2,
"label": "Protocol"
}
Binary file added labs/protocol/img/cba01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added labs/protocol/img/cba02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions labs/protocol/img/mapping-token.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading