/contracts

The contracts for the DYAD ecosystem.

Primary LanguageSolidity

DYAD

dyad

Contracts

core
├─ DNft"A dNFT gives you the right to mint DYAD"
├─ Dyad"Stablecoin backed by ETH"
├─ VaultManager
├─ Vault 
├─ Licenser 

periphery
├─ Payments

Usage

You will need a copy of Foundry installed before proceeding. See the installation guide for details.

To build the contracts:

git clone https://github.com/DyadStablecoin/contracts-v3.git
cd contracts-v3
forge install

Run Tests

In order to run unit tests, run:

forge test