feat(build-on-base): add CDP SDK server wallets reference#139
Open
mehmetkr-31 wants to merge 1 commit into
Open
feat(build-on-base): add CDP SDK server wallets reference#139mehmetkr-31 wants to merge 1 commit into
mehmetkr-31 wants to merge 1 commit into
Conversation
Adds references/cdp-sdk.md covering the Coinbase Developer Platform SDK for server-side development on Base: wallet creation, smart accounts (ERC-4337), transactions and user operations, token transfers/swaps, testnet faucet, EIP-7702 delegation, viem integration, and policy management. Registers it in the SKILL.md task routing table, default stack, and frontmatter description. Reworked from the standalone using-cdp-sdk skill (PR base#22) to fit the consolidated build-on-base playbook structure introduced in base#27. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Collaborator
🟡 Heimdall Review Status
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
references/cdp-sdk.mdto thebuild-on-baseplaybook, covering the Coinbase Developer Platform (CDP) SDK for server-side development on Base:toAccountwallet client)Registers the reference in
SKILL.md: a Task Routing row, a Default Stack entry (server wallets layer), and section (8) in the frontmatter description for routing.Motivation
CDP SDK is the standard infrastructure layer for backends, bots, and AI agents on Base, but
build-on-basecurrently has no reference for it — the playbook covers client-side wallet auth (Base Account SDK) and contract deployment, while the server-side wallet path is only mentioned in passing (CDP faucet indeploy-contracts.md, a credentials guardrail inSKILL.md). An agent routed to this skill for "create a server wallet" or "build a trading bot on Base" has nothing to load.This was originally proposed as a standalone skill in #22; after the consolidation into the unified
build-on-baseplaybook (#27), I closed that PR and reworked the content to fit the reference structure, following the existing reference file conventions.🤖 Generated with Claude Code