TODO
TODO
- Important: Node.js version 22.x is required. Recommend using nvm to install it.
nvm install 22
nvm use 22- Clone the repository:
git clone https://github.com/jarrodwatts/onchain-agent.git
cd onchain-agent- Install dependencies:
npm install-
Sign up for OpenAI and get your API key.
-
Create the
.envfile and add your OpenAI API key:
# OpenAI
OPENAI_API_KEY=- Run the agent:
npm start