diff --git a/README.md b/README.md index b4cde268c..6ed8f77de 100644 --- a/README.md +++ b/README.md @@ -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! @@ -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) diff --git a/cdp-langchain/README.md b/cdp-langchain/README.md index 1c3bc0987..639828323 100644 --- a/cdp-langchain/README.md +++ b/cdp-langchain/README.md @@ -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 @@ -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) \ No newline at end of file diff --git a/cdp-langchain/cdp_langchain/__version__.py b/cdp-langchain/cdp_langchain/__version__.py index f102a9cad..3b93d0be0 100644 --- a/cdp-langchain/cdp_langchain/__version__.py +++ b/cdp-langchain/cdp_langchain/__version__.py @@ -1 +1 @@ -__version__ = "0.0.1" +__version__ = "0.0.2"