core
├─ Dyad — "Stablecoin backed by ETH"
├─ DNft — "A dNFT gives you the right to mint DYAD"
├─ PermissionManager — "dNFT Permission Manager"
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
In order to run unit tests, run:
forge test