random-sui-account
Generate random SUI blockchain accounts for testing and development purposes, not intended for production or real-world transactions. Easily create one or multiple accounts as needed.
Instructions
Create random SUI account, do not use it in production.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
num | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"num": {
"default": 1,
"type": "number"
}
},
"type": "object"
}