buttonwood-protocol / button-wrappers

Solidity code for the ButtonToken rebasing wrapper protocol
GNU General Public License v3.0
13 stars 10 forks source link

Create factories for the button wrappers #8

Closed aalavandhan closed 3 years ago

aalavandhan commented 3 years ago

Create factories for Button and Unbutton tokens.

Refer to geyser factories for best practices: https://github.com/ampleforth/token-geyser-v2/tree/main/contracts/Factory

Melvillian commented 3 years ago

This was completed in #31 and #39