This repo has been migrated to https://github.com/FuelLabs/fuel-bridge
The contract responsible for sending/receiving messages from the base layer gateway to mint/burn representative proxy tokens on the Fuel chain.
This project uses the general contract message relaying script/predicate from the bridge-message-predicates repo.
Each Sway project uses a fuel-toolchain.toml
file with pinned versions so forc
will install the correct versions for you if you do not have them installed.
In the root of the repository run the following command to build all the Sway programs.
forc build
After the Sway programs have been built run the following command in the root of the repository.
cargo test
The primary license for this repo is Apache 2.0
, see LICENSE
.