DistributedCollective / bootstrap-continuous-tokens

Bootstrap continuous tokens
2 stars 2 forks source link

feat: configure ACL in a single transaction #8

Closed swamp-thing-sovryn closed 2 years ago

swamp-thing-sovryn commented 2 years ago

Description

Instead of sending several trnasactions to configure the system ACL, it creates everything on a single one following this approach https://github.com/aragonone/court-presale/blob/master/template/contracts/EOPBCTemplate.sol

This PR should be merged before #6 and then rebase it into that branch.