Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1001 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 1001 Bytes

foundry-defi-stablecoin

About

This project is meant to be a stablecoin where users can deposit WETH and WBTC in exchange for a token that will be pegged to the USD.

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 (816e00b 2023-03-16T00:05:26.396218Z)

Quickstart

git clone https://github.com/abdoMous/foundry-defi-stablecoin
cd foundry-defi-stablecoin
forge build

Optional Gitpod

If you can't or don't want to run and install locally, you can work with this repo in Gitpod. If you do this, you can skip the clone this repo part.

Open in Gitpod