spl-token-ui icon indicating copy to clipboard operation
spl-token-ui copied to clipboard

Add flows

Open paul-schaaf opened this issue 4 years ago • 0 comments

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

  1. create token
  2. create 5 accounts
  3. mint 20000 units of the newly created token to each account
  4. remove freeze and mint authority from token

Example flow 2

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

  1. burn all tokens of 3 accounts
  2. close the 3 accounts

...etc?

paul-schaaf avatar Nov 15 '20 15:11 paul-schaaf