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
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ The Coinbase Developer Platform (CDP) Agentkit simplifies bringing your AI Agent
- Registering Basenames
- Deploying ERC20 tokens
- Deploying ERC721 tokens and minting NFTs
- Deploying tokens on Zora's Wow Launcher (Bonding Curve)

## Examples
Check out `cdp-langchain/examples` for inspiration and help getting started!
Expand All @@ -40,3 +41,7 @@ See [Twitter Langchain](./twitter-langchain/README.md) to get started!
CDP Agentkit welcomes community contributions.
See [CONTRIBUTING.md](CONTRIBUTING.md) for more information.

## Documentation
- [CDP Agentkit Documentation](https://docs.cdp.coinbase.com/agentkit/docs/welcome)
- [CDP Agentkit Core API Reference](https://coinbase.github.io/cdp-agentkit/cdp-agentkit-core/index.html)
- [CDP Agentkit Langchain Extension API Reference](https://coinbase.github.io/cdp-agentkit/cdp-langchain/index.html)
6 changes: 1 addition & 5 deletions cdp-langchain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ The toolkit provides the following tools:
7. **mint_nft** - Mint NFTs from existing contracts
8. **deploy_nft** - Deploy new NFT contracts
9. **register_basename** - Register a basename for the wallet
10. **wow_create_token** - Deploy a token using Zora's Wow Launcher (Bonding Curve)

### Using with an Agent

Expand Down Expand Up @@ -113,8 +114,3 @@ The following operations support gasless transactions on Base Mainnet:

## Contributing
See [CONTRIBUTING.md](../CONTRIBUTING.md) for detailed setup instructions and contribution guidelines.

## Documentation
For detailed documentation of all CDP features and configurations, visit:
- [CDP Documentation](https://docs.cdp.coinbase.com/mpc-wallet/docs/welcome)
- [API Reference](https://api.python.langchain.com/en/latest/agent_toolkits/cdp_langchain.agent_toolkits.cdp_toolkit.CDPToolkit.html)
2 changes: 1 addition & 1 deletion cdp-langchain/cdp_langchain/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.1"
__version__ = "0.0.2"