Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

FuelLabs/bridge-fungible-token

Repository files navigation

⚠️ Archival Notice

This repo has been migrated to https://github.com/FuelLabs/fuel-bridge

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

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

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.

About

Fuel contract for managing and issuing bridged versions of ERC-20 tokens

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages