Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 932 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 932 Bytes

Open Dollar Relayer

codecov

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