Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions docs/get-started/update-learning-resources
Original file line number Diff line number Diff line change
@@ -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., `<IdentityCard />`). [](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.