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.
- Host: GitHub
- URL: https://github.com/deco31416/defidollar-core
- Owner: deco31416
- License: bsd-3-clause
- Created: 2022-04-11T00:18:32.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-11T00:19:17.000Z (about 3 years ago)
- Last Synced: 2025-01-10T23:19:48.261Z (4 months ago)
- Language: JavaScript
- Homepage: https://app.dusd.finance/
- Size: 2.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```