Skip to content

Badal-Sharma-09/Stable-Coin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stable Coin

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.

Getting Started

Requirements

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

Quickstart

$ git clone https://github.com/HackerBadal/Stable-Coin.git
$ cd StableCoin 
$ forge build

Usage

Deploy

$ forge script script/DeployDsc.s.s.sol  --rpc-url $SEPOLIA_RPC_URL --private-key $PRIVATE_KEY --broadcast --verify --etherscan-api-key $ETHERSCAN_API_KEY

Running Tests

To run tests, run the following command

$ forge test

🚀 About Me

👾👾I'm a web3 auditor

🔗 Thank you!

twitter

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published