Skip to content

Rewrite of the Maker stablecoin DEI, incorporating learnings from smart contract programming tutorials.

Notifications You must be signed in to change notification settings

X0rD3v1L/bei-stable-coin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BEI Stable Coin

This is a rewrite of the Maker stablecoin DEI, drawing from insights on smart contract development from the YouTube playlist.

forge build
forge test

Links

par [ray] 1000000000000000000000000000
mat [ray] 1450000000000000000000000000
val [wad] 2067300000000000000000
spot [ray] 1429862068965517241379310344827

liquidation ratio = mat / par
                  = collateral USD value / debt USD value

liquidation price = spot = val * 1e9 * par / mat

About

Rewrite of the Maker stablecoin DEI, incorporating learnings from smart contract programming tutorials.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published