This is a Decenterlized Stable Coin. It handles all the minting and redeeming DSC, as well as depositing and withdrawing collateral. This contract is based on the MakerDAO DSS system.
git You'll know you did it right if you can run git --version and you see a response like git version x.x.x
foundry You'll know you did it right if you can run forge --version and you see a response like forge 0.2.0
$ git clone https://github.com/HackerBadal/Stable-Coin.git
$ cd StableCoin
$ forge build
$ forge script script/DeployDsc.s.s.sol --rpc-url $SEPOLIA_RPC_URL --private-key $PRIVATE_KEY --broadcast --verify --etherscan-api-key $ETHERSCAN_API_KEY
To run tests, run the following command
$ forge test
👾👾I'm a web3 auditor