This is a stable coin project writen using foundry for EVM chains.
- Relative Stability: Anchored or Pegged -> $1.00
- Chainlink Price feed.
- Set a function to exchange ETH & BTC -> $$$
- Stability Mechanism (Minting): Algorithmic (Decentralized)
- People can only mint the stablecoin with enough collateral (coded)
- Collateral: Exogenous (Crypto)
- wETH
- wBTC
# Initialize foundry project
forge init
# install openzeppelin
forge install openzeppelin/openzeppelin-contracts@v4.8.3 --no-commit