crates/kasgraph-node
Indexer binary: ingest, detect, map, persist, POI, fan-out, registry reload.
docs overview
This site summarizes the live package and crate surfaces. The canonical implementation details remain in README.md, STATUS.md, PLAN.md, and docs/references inside GitHub.
git clone https://github.com/trillskillz/KasGraph
cd KasGraph
npm install
npm run verifynpx kasgraph init my-subgraph
npx kasgraph codegen
npx kasgraph build
npx kasgraph deploy --database-url "$DATABASE_URL"
npx kasgraph deploy --node https://your-node
npx kasgraph status my-subgraph
npx kasgraph remove my-subgraph
npx kasgraph mcp-configLocal-first tutorial for defining entities, compiling mappings, deploying to a registry, and querying GraphQL.
Clone the monorepo, verify packages, build a subgraph, and run the Rust indexer node.
Static preview of the GraphQL query and response shape until a public hosted endpoint is validated.
Public status for the sustained testnet validation run, currently incomplete until real artifacts are captured.
Placeholder structure for throughput, latency, storage, streaming, MCP, POI, and soak measurements.
Indexer binary: ingest, detect, map, persist, POI, fan-out, registry reload.
Multi-RPC client with failover, health probes, and continuous wRPC recovery.
Postgres adapter for migrations, schemas, registry, lineage, and reorg-safe unwind.
OpenSilver, KCC20, KRC-20/KRC-721 pattern detectors and ledgers.
Wasmtime runtime for deterministic AssemblyScript mapping handlers.
Proof of Indexing hash chain and verifier.
KasStream event delivery primitive.
TypeScript SDK, CLI, GraphQL gateway, and MCP package surfaces.
The repo includes reference docs for KIP-20 Covenant ID queries, BlockDAG reorg semantics, The Graph compatibility, native KRC-20/KRC-721 shape, and the Kaspa RPC layer.
Endpoint paths, required environment variables, CORS, and protected deploy routes.
Infrastructure, indexer, API, observability, security, and documentation gates.
Deploy, rollback, restart, database health, secret rotation, and incident procedures.
Health, status, metrics, alerts, and log access policy.
Minimum and preferred validation run requirements before public claims.
Publication template for real long-running proof-of-life artifacts.
Explains live status, SSE, logs, metrics, and artifact fallbacks.
Persistent-host workflow for starting, watching, restarting, and archiving a live soak.
Benchmark categories, required metadata, and current pending result table.