added pnpm

This commit is contained in:
Deepak
2024-12-27 15:12:27 +05:30
parent 954e49e08e
commit ab9259d4e2
11 changed files with 206 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
import { SolanaAgentKit } from "solana-agent-kit";
export const agentKit = new SolanaAgentKit(
process.env.SOLANA_PRIVATE_KEY!,
process.env.RPC_URL!,
process.env.OPENAI_API_KEY!,
);