Maintenance in progress: we are indexing a large batch of new skills. Some pages may load slowly or briefly show no results. Nothing is lost, and everything is back to normal within the hour.

Polkadot API Patterns

Essential patterns for polkadot-api (PAPI) development. Use when implementing blockchain interactions with Polkadot/Substrate chains including transactions (signing, batching, watching), queries (storage, multi-key), observables (lifecycle tracking), type handling (MultiAddress, Binary), client setup, or debugging PAPI code. Critical for preventing the common mistake of using @polkadot/api (PJS) instead of polkadot-api (PAPI). Load whenever user mentions polkadot-api, blockchain transactions, pallet calls, or needs to fix PAPI-related type errors.

majiayu000 78e1e49 2 files · 8.4 KB Updated 567 repo stars

File contents

majiayu000/claude-skill-registry-data/tree/main/data/polkadot-api-patterns commit 78e1e49005

Frequently asked questions

npx skillmds add majiayu000/polkadot-api-patterns