bloxbeanbloxbeanOfficialยท1 Agent Skills Included

yaci-store

Cardano blockchain indexing, storage, and regression verification

Indexes Cardano blockchain data into queryable stores covering blocks, transactions, UTxOs, assets, staking, and governance. Eliminates manual node querying and custom parsing by exposing Blockfrost-compatible REST APIs over PostgreSQL, MySQL, or H2. Verifies token metadata output byte-for-byte against the official CF registry to catch regressions before release.
npx skills add bloxbean/yaci-store --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install yaci-store?โ–ผ

Run `npx skills add bloxbean/yaci-store --all -g -y` in your terminal to install all skills in this suite globally.

What does yaci-store do?โ–ผ

It is a modular Cardano blockchain indexer that syncs on-chain data into a database and serves it through REST APIs. You enable only the stores you need, such as assets, UTxOs, or governance.

How to verify Cardano token metadata against the CF registry?โ–ผ

The assets-ext regression skill compares yaci-store's CIP-26 and CIP-68 API responses byte-for-byte against the Cardano Foundation registry on mainnet. It reports pass rates and per-field diffs for any divergences.

Which databases and networks does yaci-store support?โ–ผ

It works with PostgreSQL, MySQL, and H2, and supports mainnet, preprod, preview, sanchonet, and custom networks. It can run standalone, embedded as a library, or via Docker.

Do I need coding experience to run the regression checks?โ–ผ

No. Once installed, your agent runs the sweep scripts, interprets exit codes, and explains divergences in plain English based on your requests.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’