diff --git a/docs/get-started/update-learning-resources b/docs/get-started/update-learning-resources new file mode 100644 index 000000000..cba9572ed --- /dev/null +++ b/docs/get-started/update-learning-resources @@ -0,0 +1,34 @@ +--- +title: Learning Resources +description: Curated tutorials, courses, and examples to help you build on Base. +--- + +## Official Base Resources + +- [Get Started with Base](/get-started/base) — End-to-end quickstart. +- [Build an AI Agent](/ai-agents/...) — Deploy autonomous agents. +- [Launch a Token](/...) and [Bridge Assets](/base-chain/...) — Token and cross-chain guides. + +## Community & Third-Party Tutorials + +**Smart Contracts & Deployment** +- Foundry on Base: Official-style setup with viem/wagmi examples (link to verified repo/tutorial). Verify deployment on Base Sepolia. +- Hardhat + Base: ... + +**Using Base Account / Smart Wallets** +- Integrate embedded wallets with CDP (note enhanced integration coming soon). [](grok_render_citation_card_json={"cardIds":["b45f9f"]}) +- Sub Accounts and Spend Permissions examples. [](grok_render_citation_card_json={"cardIds":["ad7376"]}) + +**Agents & Onchain AI** +- x402 Agentic Payments tutorial. +- Builder Codes for attribution on agent transactions. [](grok_render_citation_card_json={"cardIds":["b7cfce"]}) + +**Mini-Apps & Frontend** +- OnchainKit components (e.g., ``). [](grok_render_citation_card_json={"cardIds":["b3e9a2"]}) +- Farcaster + Base integration patterns. + +**Additional Tips** +- Always test on Base Sepolia first. +- Use `llms.txt` for full index when building RAG tools. [](grok_render_citation_card_json={"cardIds":["d06703"]}) + +> **Tip**: Prefer official Base tools (viem, OnchainKit, CDP) for best compatibility. \ No newline at end of file