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.
In the root of the repository run the following command to build all the Sway programs.
forc build --release
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
.