create_wallet
Generate a new Hyperion wallet with a mnemonic phrase using Rootstock MCP Server. Optionally assign a name to the wallet for easy management.
Instructions
Create a new Hyperion wallet with a generated mnemonic phrase
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | No | Optional name for the wallet |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"description": "Optional name for the wallet",
"type": "string"
}
},
"type": "object"
}