This release is a pre-release and may not be stable for production use.
create-onchain-agent
Overview
create-onchain-agent is a CLI tool powered by AgentKit that allows developers to quickly scaffold an onchain agent project. This tool simplifies the setup process by generating a chatbot with predefined configurations, including blockchain network selection and wallet providers.
Requirements
To use create-onchain-agent, you must first setup:
- Python: Install Python version 3.10 or 3.11
- Pipx: Install pipx using Python version 3.10 or 3.11
NOTE: If you have multiple versions of Python installed, you can specify the Python version when installing pipx.
e.g.:
python3.10 -m pip install --user pipx
python3.10 -m pipx ensurepath
Usage
To use create-onchain-agent, simply run:
pipx run create-onchain-agent
This command will guide you through setting up an onchain agent project by prompting for necessary configuration options.
Beginner Mode
If you are a beginner to web3 agents, we recommend running the command with the beginner flag:
pipx run create-onchain-agent --beginner
This will create a simplified chatbot with our recommended configurations, so you can get started quickly, without having to worry about the underlying details.
Features
- Guided setup: Interactive prompts help configure the project.
- Supports multiple agent frameworks.
- Supports multiple blockchain networks.
- Select your preferred wallet provider.
- Automates environment setup.
Setup Process
The CLI will prompt you for the following details:
- Project Name: The name of your new onchain agent project.
- Package Name: The Python package name (auto-formatted if needed).
- Framework: Choose from available agent frameworks.
- Network: Choose from available blockchain networks.
- Chain ID: Specify if using a custom network.
- Wallet Provider: Select a preferred method for wallet management.
After answering the prompts, the CLI will:
- Generate the project structure.
- Copy necessary template files.
- Configure the selected settings.
- Display next steps to get started.
Getting Started
Once your project is created, navigate into the directory and install dependencies:
cd my-project
poetry install
Then, configure your environment variables:
mv .env.local .env
Run the chatbot:
poetry run python chatbot.py
Documentation & Support
- Docs: https://docs.cdp.coinbase.com/agentkit/docs/welcome
- GitHub Repo: http://github.com/coinbase/agentkit
- Community & Support: https://discord.gg/CDP
Release files for create-onchain-agent 0.3.1.dev202503220
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| create_onchain_agent-0.3.1.dev202503220.tar.gz | 6.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| create_onchain_agent-0.3.1.dev202503220-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 13.1 kB
Release files / create_onchain_agent-0.3.1.dev202503220.tar.gz
| Download URL | create_onchain_agent-0.3.1.dev202503220.tar.gz |
|---|---|
| Size | 6.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b2495f8335564a7b31288847837812f8652700708b88c7bea5705f76a5203012
|
|
BLAKE2b-256 checksum How to use checksums |
801d322418e8ec2a81c368bb4d9e9de1f7ac1ed03f33e01b99e721ffb524ec18
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.1.1 CPython/3.10.16 Linux/6.8.0-1021-azure
|
Release files / create_onchain_agent-0.3.1.dev202503220-py3-none-any.whl
| Download URL | create_onchain_agent-0.3.1.dev202503220-py3-none-any.whl |
|---|---|
| Size | 6.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d7e195def9276d3a639940158ad1fb65a518d411422b9609cccfd12605a80e34
|
|
BLAKE2b-256 checksum How to use checksums |
a01719b4cebddda0c3fe214dca688248fc1a60efa199128a17739fd4edfb3edd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.1.1 CPython/3.10.16 Linux/6.8.0-1021-azure
|