Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MicroStable-Yul

A Standalone Yul implementation of shafu0x's MicroStable, a minimum viable stablecoin based loosely on DYAD.

This is a submission to MicroStable World 🌍!

🚀 Getting Started

This project uses Foundry.

git clone https://github.com/cawfree/MicroStable-Yul
cd MicroStable-Yul
forge install

# Currently Foundry may only build one Yul file at a time,
# so we build these here manually. To run tests, the Yul
# bytecode is manually parsed from the `out/` directory,
# requiring a call to `vm.ffi`.
forge build src/Manager.yul
forge build src/ShUSD.yul
forge test --ffi

🙏 Made possible thanks to

✌️ License

CC0-1.0

About

Most simple design of a stablecoin.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages