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).
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).