makerdao / dss-gov

GNU Affero General Public License v3.0
4 stars 6 forks source link

feat: added IOU token #23

Closed hexonaut closed 3 years ago

hexonaut commented 3 years ago

Token implementation is flexible. It just needs to provide mint() and burn() functions. I've used a DSToken as an example, but we could also consider modifying DSToken to give a permanent approval to gov.

gbalabasquer commented 3 years ago

Few comments: