cardano-cli-wallets

Generate Cardano wallet keys, build addresses, and query UTxOs.

1.2k|296|Updated Oct 5, 2016
One-click install
npx skills add https://github.com/input-output-hk/daedalus --skill cardano-cli-wallets-input-output-hk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cardano-cli-wallets
Source: https://github.com/input-output-hk/daedalus/tree/main/.agent/skills/cardano-cli-wallets
Command: npx skills add https://github.com/input-output-hk/daedalus --skill cardano-cli-wallets-input-output-hk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill unit simplifies the process of managing Cardano wallets by providing templates for key generation, address building, and querying Unspent Transaction Outputs (UTxOs).

Core Features & Use Cases

  • Key Generation: Templates for creating payment and stake keys.
  • Address Building: Guidance on building payment and enterprise addresses.
  • UTxO Queries: How to query and understand the wallet's UTxOs.
  • Use Case: A user needing to set up a new wallet or manage an existing one on the Cardano network.

Quick Start

Generate a payment keypair for your wallet.

Frequently Asked Questions about cardano-cli-wallets

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate payment and stake keys for a Cardano wallet?

To generate payment and stake keys for a Cardano wallet, you need to use specific command-line templates that create cryptographic key pairs. These keys serve as the foundational credentials required to authorize transactions and manage staking operations on the network.

What is the process for building a payment address on the Cardano blockchain?

Building a Cardano payment address involves combining your generated payment verification key with optional stake keys. Following address building templates allows you to construct standard payment or enterprise addresses capable of receiving and holding Cardano assets.

How can I query Unspent Transaction Outputs (UTxOs) for a Cardano wallet?

Querying Unspent Transaction Outputs (UTxOs) involves running a command-line query against a synced Cardano node using your wallet address. This operation returns the list of available unspent funds, which is necessary for constructing new transactions and calculating your balance.

Do I need any specific dependencies to manage Cardano wallets using command-line templates?

Managing Cardano wallets with these templates requires a local installation of the Cardano node and command-line interface. There are no external script dependencies, but you must operate within a compatible environment to execute key generation and UTxO query commands successfully.

What distinguishes an enterprise address from a standard payment address in Cardano?

An enterprise address in Cardano is constructed using only the payment key, whereas a standard payment address also incorporates a stake key. Enterprise addresses are ideal for scenarios where you need to receive funds without delegating to a staking pool.