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

https://github.com/deco31416/defidollar-core

Smart contracts for the DefiDollar ($DUSD) stablecoin.
https://github.com/deco31416/defidollar-core

Last synced: 3 months ago
JSON representation

Smart contracts for the DefiDollar ($DUSD) stablecoin.

Awesome Lists containing this project

README

        

# DefiDollar
DefiDollar (DUSD) is a stablecoin backed by [Curve Finance](https://www.curve.fi/) LP tokens.

See [blog post](https://medium.com/@atvanguard/a-curvy-defidollar-c249438c154a).

### Development
```
npm run compile
npm run ganache
npm run migrate
npm t
```