Skill based on Avail Node (availproject/avail), generated from sources/avail. Doc path: sources/avail/README.md, sources/avail/client/basic-authorship/README.md, sources/avail/e2e/README.md, and node/rpc/runtime source (cli, command, kate-rpc, apis).
Avail is a data-availability layer. The Avail Node is the official Substrate-based client. It supports multiple chains (dev, turing, mainnet), Kate RPC for DA queries (rows, proofs, block length, per-tx data proof), and optional custom block authoring via the basic-authorship client. Use this skill to run nodes, script Kate RPC, integrate with light clients or explorers, and reason about runtime APIs.
Core References
| Topic |
Description |
Reference |
| Node and chains |
Run node, chain IDs (dev, turing, mainnet), Docker, custom chain spec |
core-node-and-chains |
| Kate RPC |
Enable Kate RPC, methods (queryRows, queryProof, queryMultiProof, blockLength, queryDataProof), limits |
core-kate-rpc |
Features
Block authoring and runtime
| Topic |
Description |
Reference |
| Block authoring |
ProposerFactory and Proposer for custom block production (basic-authorship) |
features-block-authoring |
| Runtime APIs |
DataAvailApi, KateApi, ExtensionBuilder for DA and header extension |
features-runtime-apis |
Best Practices
| Topic |
Description |
Reference |
| Node security |
Binary verification, safe RPC usage, when to use unsafe/Kate flags |
best-practices-node-security |
1---2name: avail3description: Avail Node—run chains, Kate RPC for data availability, block authoring, and runtime APIs for DA tooling.4---56> Skill based on Avail Node (availproject/avail), generated from `sources/avail`. Doc path: `sources/avail/README.md`, `sources/avail/client/basic-authorship/README.md`, `sources/avail/e2e/README.md`, and node/rpc/runtime source (cli, command, kate-rpc, apis).78Avail is a data-availability layer. The Avail Node is the official Substrate-based client. It supports multiple chains (dev, turing, mainnet), Kate RPC for DA queries (rows, proofs, block length, per-tx data proof), and optional custom block authoring via the basic-authorship client. Use this skill to run nodes, script Kate RPC, integrate with light clients or explorers, and reason about runtime APIs.910## Core References1112| Topic | Description | Reference |13|-------|-------------|-----------|14| Node and chains | Run node, chain IDs (dev, turing, mainnet), Docker, custom chain spec | [core-node-and-chains](references/core-node-and-chains.md) |15| Kate RPC | Enable Kate RPC, methods (queryRows, queryProof, queryMultiProof, blockLength, queryDataProof), limits | [core-kate-rpc](references/core-kate-rpc.md) |1617## Features1819### Block authoring and runtime2021| Topic | Description | Reference |22|-------|-------------|-----------|23| Block authoring | ProposerFactory and Proposer for custom block production (basic-authorship) | [features-block-authoring](references/features-block-authoring.md) |24| Runtime APIs | DataAvailApi, KateApi, ExtensionBuilder for DA and header extension | [features-runtime-apis](references/features-runtime-apis.md) |2526## Best Practices2728| Topic | Description | Reference |29|-------|-------------|-----------|30| Node security | Binary verification, safe RPC usage, when to use unsafe/Kate flags | [best-practices-node-security](references/best-practices-node-security.md) |