An AI agent for interacting with Starknet blockchain using Starkent Agent Kit
- Clone the repo:
git clone https://github.com/Cyberking99/Agent47.git
cd Agent47
- Install the dependencies:
npm install
-
Rename
.env.example
to.env
and input .OR
Create a
.env
file and add the following:
PRIVATE_KEY=""
PUBLIC_ADDRESS=""
AI_PROVIDER_API_KEY=""
AI_MODEL="" # e.g., "claude-3-5-sonnet-latest"
AI_PROVIDER="" # "anthropic", "openai", "gemini", or "ollama"
RPC_URL=""
- Run the agent:
- In terminal mode
node index.js
- Have an API exposed:
node server.js