What problem does it solve?
This Skill simplifies the creation and management of Cardano wallets using key-based methods, integrating with the Koios API for network interactions and MeshJS for wallet functionalities, eliminating the need for mnemonic phrases in agent operations.
Core Features & Use Cases
- Key-Based Wallet Generation: Create new payment and stake key pairs without using mnemonic phrases.
- Staking Operations: Register stake addresses and delegate to stake pools.
- Transaction Handling: Send ADA and sign/submit transactions built by dApps.
- Network Interaction: Utilizes KoiosProvider for fetching UTxOs, account info, and submitting transactions across different Cardano networks (mainnet, preprod, preview, guild).
- Use Case: A user wants to set up a new Cardano wallet, register their stake address, and delegate to a specific stake pool. This skill can guide them through generating the necessary keys, funding the wallet, and executing the staking transaction.
Quick Start
Generate a new key-based Cardano wallet by running the script to create payment and stake keys, then fund the generated payment address and use the provided keys to register and delegate your stake.