Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 351 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 351 Bytes

Doppler

This reposity contains the Doppler Protocol along with the Airlock contracts.

Usage

Build

$ forge build

Test

# Create a .env file for the configuration, don't forget to add an RPC endpoint for Mainnet
$ cp .env.example .env

# Then run the tests
$ forge test