ICON Bridge is an early iteration of ICON's cutting-edge interoperability product, BTP, which allows cross-chain transfers and integration with any blockchain that suppots smart contracts.
This repository contains the smart contracts source code and relay source code for ICON bridge.
ICON Bridge is a centralized bridge for Blockchain Transmission Protocol(BTP) Relay System which can be used to transfer tokens across multiple chains. Currently, it supports cross chain transfer from ICON and Binance Smart Chain (BSC).
The main components of icon bridge are:
-
- It serves to relay BTP Message across connected chains and monitor BTP events
-
-
- Receive BTP messages through transactions.
- Send BTP messages through events.
-
- Services that can be serviced by ICON-Bridge
- BTP Token Service (BTS) is a BSH that is responsible for token transfers cross chain.
- Currently, BTS is the only service handler for icon bridge
- Handle service messages related to the service.
- Send service messages through the BMC
-
Terminologies used in ICON Bridge.
Getting started section can be found here. It contains information about folder structure of the repo, how to build ICON Bridge on local or testnet/mainnet and how to run the tests from scratch.
If you want to contribute to this repository, read the Contributor Guidelines for more info.
The documentation for this project is in the docs directory.
For the latest mainnet contract addresses, please check Mainnet Contract Addresses
For the testnet contract addresses, please check Testnet Contract Addresses
Please see our quarterly roadmap here.