
# ChunkTech Skill Store files and browser extensions on-chain using chunked calldata transactions. ## When to Use - User wants to store a file permanently on-chain - User wants to distribute a Chrome/Firefox extension without app stores - User needs censorship-resistant file hosting - User wants cross-chain storage (cheap L2 data, durable L1 pointer) ## Key Concepts **Chunking**: Files are split into 33.3KB pieces, each sent as a self-transfer transaction with the data in calldata. **Inscr
# Chainhost Setup Skill Use this prompt to help set up a new chainhost mirror domain. ## What You Need - A domain name (e.g., `yourdomain.com`) - Cloudflare account (free tier works) - Domain nameservers pointed to Cloudflare ## Setup Steps ### 1. Clone and Deploy Worker ```bash git clone https://github.com/jefdiesel/chainhost cd chainhost/cloudflare-worker npx wrangler login npx wrangler deploy ``` ### 2. Add Routes to wrangler.toml ```toml [[routes]] pattern = "*.yourdomain.com/*" zone