Skip to main content
Use this page as the starting point when you want an AI coding assistant or an autonomous agent to build on Whitechain. The skills and files below are agent-agnostic: they work with Claude Code, Cursor, Codex, or any other agent that can install a skill, not one vendor’s tool specifically.

Quick setup

Pick the method that fits your tool.

Static docs files

Use these when you want to load context in a single fetch rather than maintaining a live connection. Every page is also available as plain Markdown: append .md to any URL, for example /learn/network/reference.md. See Feed Whitechain docs to AI tools.

Skills

Skills are installable, agent-agnostic workflows for Whitechain tasks: connecting to the network, deploying and verifying contracts, claiming testnet WBT, and running a node. They give an agent step-by-step procedural guidance instead of requiring it to piece the steps together from prose docs.
See Agent Skills for what the skill covers and its safety guardrails.

Example prompts

Copy one of these into your assistant to check that it has the right context:
  • “Check the WBT balance of 0xYourAddress on Whitechain Sepolia.”
  • “Deploy a minimal ERC-20 to Whitechain Sepolia and verify it on Blockscout.”
  • “Claim testnet WBT from the Whitechain Sepolia faucet for 0xYourAddress.”
  • “Trace transaction 0xYourTxHash on Whitechain Sepolia and tell me whether it succeeded.”