/fintech-devcon-2021-stablecoin-workshop

Fintech DevCon 2021 Stablecoin Workshop

Primary LanguageGoMIT LicenseMIT

fintech-devcon-2021-stablecoin-workshop

Fintech DevCon 2021 Stablecoin Workshop

Slides

https://github.com/paxosglobal/fintech-devcon-2021-stablecoin-workshop/raw/master/slides.pdf

Setup

Exercises

One: Finish the smart contract and deploy it

Checkout exercise-1 and follow the slides!

Two: Create a mint transaction

Checkout exercise-2 and follow the slides!

Three: Explicitly Sign A Mint Transaction

Checkout exercise-3 and follow the slides!

Four Use MetaMask To Receive Tokens

Checkout exercise-4 and follow the slides!

Run it

In separate terminals

  • make start-local
  • make run-backend
  • make run-frontend

Navigate to http://localhost:3000/ to use the app!