spl-token-ui
spl-token-ui copied to clipboard
Add flows
Flows would allow users to execute multiple actions with 1 click. Users would have the ability to build (more or less?) arbitrary flows.
Example flow 1
- create token
- create 5 accounts
- mint 20000 units of the newly created token to each account
- remove freeze and mint authority from token
Example flow 2
- freeze multiple accounts (could also be added to the main freeze action but only allowing this in flows would keep the main view simple)
Example flow 3
- burn all tokens of 3 accounts
- close the 3 accounts
...etc?