Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/BFlyFinance/FAI

A stablecoin impletion in Move
https://github.com/BFlyFinance/FAI

Last synced: 12 days ago
JSON representation

A stablecoin impletion in Move

Awesome Lists containing this project

README

        

# FAI
FAI is an algorithm based stable coin on Starcoin

## Compile Contracts

```
move clean
move check
move publish --ignore-breaking-changes
```