Skip to content

garguelles/codeit-122024-ai-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Onchain AI Prototype

API

$ cd api
$ deno install --allow-scripts
$ deno run --allow-read --allow-ffi --allow-env --allow-net --env-file --allow-write main.ts
  • Setup .env
CDP_API_KEY_NAME="cdp-api-key"
CDP_API_KEY_PRIVATE_KEY="cdp-api-key-private-key"
ANTHROPIC_API_KEY="anthropic-api-key" # or OPEN_AI_KEY
NETWORK_ID="base-sepolia"

Web

$ cd web
$ bun i
$ bun dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published