Skip to content

open-dollar/od-relayer

Repository files navigation

Open Dollar Relayer

This repository contains the smart contracts for the relayers used in Open Dollar.

Resources

Documentation

Usage

Selecting a Foundry profile

When running forge, you can specify the profile to use using the FOUNDRY_PROFILE environment variable. e.g. export FOUNDRY_PROFILE=test && forge test. Alternatively, you can add FOUNDRY_PROFILE=test to .env and run source .env.

Development

Test

Run Tests

yarn test

Coverage Reports