Skip to content
Open
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,6 @@ The core team will review opened PRs. The SLA is 2 weeks, generally on a first-c
## Storybook for UI components

See `storybook/README.md` for details on local Storybook and component docs.
## Additional Note

When building on Base, always ensure that you are using the correct RPC endpoint for the intended network (mainnet or testnet). Misconfiguration can lead to failed transactions or unexpected behavior.
9 changes: 1 addition & 8 deletions docs/.mintignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
# Exclude specific files
writing.md

# Hidden apps sections (redirected to migrate-to-standard-web-app)
/apps/core-concepts/*
/apps/resources/*
/apps/featured-guidelines/*
/apps/troubleshooting/*
/apps/introduction/*
/apps/growth/build-viral-apps
/apps/growth/optimize-onboarding

4 changes: 2 additions & 2 deletions docs/ai-agents/setup/agent-builder-codes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,5 @@ No authentication required.
Returns the builder code for the given wallet. The same wallet address always returns the same code and is safe to call multiple times.

## Further reading
- [Builder Codes Overview](/base-chain/builder-codes/builder-codes) - What Builder Codes are, how ERC-8021 attribution works, and FAQs on gas, identity, and wallet support
- [Builder Codes for Agent Developers](/base-chain/builder-codes/agent-developers) - API reference, skill reference, and overview
- [Builder Codes Overview](/apps/builder-codes/builder-codes) - What Builder Codes are, how ERC-8021 attribution works, and FAQs on gas, identity, and wallet support
- [Builder Codes for Agent Developers](/apps/builder-codes/agent-developers) - API reference, skill reference, and overview
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ Each code has associated metadata. Onchain metadata primarily includes a "payout
## Integration Guides

<CardGroup cols={3}>
<Card title="For App Developers" icon="code" href="/base-chain/builder-codes/app-developers">
<Card title="For App Developers" icon="code" href="/apps/builder-codes/app-developers">
Integrate Builder Codes using Wagmi or Viem
</Card>
<Card title="For Wallet Developers" icon="wallet" href="/base-chain/builder-codes/wallet-developers">
<Card title="For Wallet Developers" icon="wallet" href="/apps/builder-codes/wallet-developers">
Implement the dataSuffix capability
</Card>
<Card title="For Agent Developers" icon="robot" href="/base-chain/builder-codes/agent-developers">
<Card title="For Agent Developers" icon="robot" href="/apps/builder-codes/agent-developers">
Attribute your AI agent's transactions via the API
</Card>
</CardGroup>
Expand Down
157 changes: 0 additions & 157 deletions docs/apps/core-concepts/authentication.mdx

This file was deleted.

Loading