coinset CLI

Query Chia blockchain state, blocks, coins, and mempool via CLI.

19|3|Updated Feb 6, 2024
One-click install
npx skills add https://github.com/coinset-org/cli --skill coinset-cli
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: coinset CLI
Source: https://github.com/coinset-org/cli/tree/main
Command: npx skills add https://github.com/coinset-org/cli --skill coinset-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This tool simplifies interacting with the Chia blockchain by providing a user-friendly command-line interface for querying network information, managing coins, and inspecting transaction details.

Core Features & Use Cases

  • Blockchain Queries: Access real-time network state, block data, and coin records.
  • Spend Inspection: Analyze coin spends, conditions, and CLVM execution with detailed insights.
  • CLVM Utilities: Compile, decompile, run, curry, and uncurry CLVM programs directly from the command line.
  • Use Case: Quickly check the current blockchain height, find all coins associated with a specific puzzle hash, or decompile a complex CLVM program to understand its logic.

Quick Start

Use the coinset CLI to get the current network information.

Frequently Asked Questions about coinset CLI

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

FAQPage Schema
How do I query Chia blockchain state and block data from the command line?▼

You can query Chia blockchain state and block data by using a CLI that interfaces directly with the Full Node RPC, returning real-time network information and block records.

What is the best way to inspect Chia spend bundles and CLVM programs?▼

Inspecting Chia spend bundles and CLVM programs is best handled by a CLI that decompiles code, analyzes coin spends, and details execution conditions for clear insights.

Can I monitor real-time Chia blockchain events via WebSocket?▼

Yes, you can monitor real-time Chia blockchain events via WebSocket using a command-line interface designed to connect and stream live network updates continuously.

How do I find all coins associated with a specific Chia puzzle hash?▼

To find all coins associated with a specific Chia puzzle hash, use a CLI tool to query coin records by puzzle hash and compute coin IDs directly.

Does the Chia CLI support address encoding and decoding?▼

Yes, the Chia CLI supports address encoding and decoding, allowing you to translate between addresses and puzzle hashes for transaction verification and coin management.

How do I curry and uncurry CLVM programs directly in the terminal?▼

You can curry and uncurry CLVM programs directly in the terminal by running specialized CLI utilities that compile, decompile, and execute Chia Lisp code.