Skip to content

Cyberking99/Agent47

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agent47

An AI agent for interacting with Starknet blockchain using Starkent Agent Kit

Setup & Configuration

  1. Clone the repo:
git clone https://github.com/Cyberking99/Agent47.git
cd Agent47
  1. Install the dependencies:
npm install
  1. 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=""
  1. Run the agent:
  • In terminal mode
node index.js
  • Have an API exposed:
node server.js

About

An AI agent for interacting with Starknet blockchain using Starkent Agent Kit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published