1Hive / time-lock-app

The Time Lock app enables Aragon organizations to require users transfer or temporarily lock tokens before forwarding an intent.
GNU General Public License v3.0
16 stars 11 forks source link

Document requirements #2

Closed lkngtn closed 5 years ago

lkngtn commented 5 years ago

I've updated the requirements in the readme.

Based on previous discussions we had talked about adding a few variations to allow users to not just lock, but also burn or transfer to an address. I don't think we should include those variations in scope and instead have an app that does one thing. We can then fork it if we want to provide those additional features as separate apps--This way we don't have unnecessary code and dependencies (like referencing a token manager to burn tokens).