Uh oh!
There was an error while loading. Please reload this page.
feat: typescript - create-onchain-agent quickstart cli - #431
Merged
Conversation
✅ Heimdall Review Status
|
CarsonRoscoeforce-pushed
the
feat/create-onchain-agent
branch
from
February 20, 2025 17:10
4d3ec70 to
6ae24f0Compare20 tasks
CarsonRoscoe
marked this pull request as ready for review
February 21, 2025 18:43
CarsonRoscoeforce-pushed
the
feat/create-onchain-agent
branch
from
February 22, 2025 00:00
f63d0cd to
0992d2cCompareUh oh!
There was an error while loading. Please reload this page.
John-peterson-coinbase
approved these changes
Feb 22, 2025
kylexqian pushed a commit
to OpenGradient/agentkit
that referenced
this pull request
Feb 25, 2025
* Created base create-onchain-agent package * Added base templates/next template * Improved CLI handling of wallet provider * Improve responsiveness of UI * Finished working out what a agent route looks like * Implemented API routes for CDV, Viem, Privy and Solana routes * Refactored naming of route configuration and options * Setup CLI for testing * Added branching to CLI for network -> wallet provider selection * chore: handling defaults in CLI * chore: refactored api routes to better reflect network/walletProvider combinations * fix: changes after rebase * chore: cleanup files better after refactor * feat: improve CLI display * fix: adressed feedback * feat: improved the cli logged messages * refactor: types and constants out of utils * refactor: refactored constants and types out of utils * refactor: fileSystem out of cli * feat: coinbase branding improvements * feat: improved .env.local created format * feat: improved .env.local created format * feat: parse markdown when displaying agent messages * chore: added comments to files where agents get created * chore: refactored useAgent and commented * chore: added base project README * feat: added wallet provider descriptions to cli * bump: 0.1.0 * fix: added files for npm * chore: improved readme * chore: removed @coinbase from package.json * chore: added basis for prettier and lint * chore: cli readme feedback * chore: template readme feedback * chore: add coinbase to package description * chore: fixed prettier and ran * chore: fixed lint and ran * fix: package.lock * bump: 0.1.1 * chore: typescript readme * chore: fix constants lint error * feat: add dynamic message modifier and faucet to template * chore: comment regarding faucet * chore: fixed package.lock * fix: typo in readme * chore: updated readme to better reflect the outcome of create-onchain-agent * bump: 0.1.2 * feat: added wallet persistance for cdp * chore: updated package-lock after bump
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 freeto 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.
What changed?
Created a new npm module under
typescriptcalledcreate-onchain-agent.This will become the npm module
@coinbase/create-onchain-agentthat can be executed in the CLI vianpm create onchain-agent@latestThe CLI will scaffold out a NextJs full-stack project based on your selection within the CLI tool.
Why was this change implemented?
In preparation for our AgentKit workshop at EthDenver
Network support
All networks are supported
Wallet support
All wallet providers are supported
Checklist
Notes to reviewers
How to test locally
Assuming you've cloned the repo and have checked out this branch, from root run:
Fast Follows
otherleads to entering a chain id