-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
ℹ️ Overview
In CreateToken.tsx in the onSubmit function, ensure the formData inputs are valid. Throw an error message and prevent submission if they are not valid.
Requirements:
- tokenName - string with no spaces
- unitName - string with no spaces
- totalSupply - whole number
- decimals - whole number between 1-10
- assetURL - valid url string
- clawbackAddr - valid algorand wallet string || null
- reserveAddr - valid algorand wallet string || null
- managerAddr - valid algorand wallet string || null
- freezeAddr - valid algorand wallet string || null
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels