hashgraph / hashgraph/hedera-hcs-token-example
StableCoin Admin User Stories
- Dominant language
- JavaScript
- Stars
- 10
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
The following user stores provide the ability for an administrator (in this case the token issuer) to carry out functions required for business, security, and regulatory purposes.
Priority 1
- [ ] As an administrator, I can freeze a single user's account via the user interface so that they cannot execute any transactions.
- [ ] As an administrator, I can unfreeze a single user's account via the user interface so that they resume executing transactions.
- [ ] As an administrator, I can freeze ten user account via an SDK so that they cannot execute any transactions.
- [ ] As an administrator, I can unfreeze ten user accounts via an SDK so that they resume executing transactions.
Priority 2
- [ ] As an administrator, I can clawback stabl from a single user's account via the user interface so that they cannot transfer the token.
- [ ] As an administrator, I can clawback stabl ten user account via an SDK so that they cannot transfer the token.
- [ ] As an administrator, I can change the administrator account keys via the user interface so that they protect the security of the account.
- [ ] As an administrator, I can change the administrator account keys via an SDK so that they protect the security of the account.
Contributor guide
Assessment
This issue has not been assessed yet.