Skip to content

Latest commit

 

History

History
 
 

fungible-token

Fuel Bridge Fungible Token

The contract responsible for sending/receiving messages from the base layer gateway to mint/burn representative proxy tokens on the Fuel chain.

Table of contents

Bridge Message Predicates

This project uses the general contract message relaying script/predicate from the bridge-message-predicates repo.

Quickstart

Building Sway

In the root of the repository run the following command to build all the Sway programs.

forc build --release

Running Rust Tests

After the Sway programs have been built run the following command in the root of the repository.

cargo test

License

The primary license for this repo is Apache 2.0, see LICENSE.