Thanks to visit codestin.com
Credit goes to github.com

Skip to content

cawfree/MicroStable-Yul

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1 Commit
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

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

Releases

No releases published

Packages

No packages published