mirror of
https://github.com/d0zingcat/solana-agent-kit.git
synced 2026-05-22 07:36:44 +00:00
fix
This commit is contained in:
@@ -87,9 +87,9 @@ export function createSolanaTools(agent: SolanaAgentKit) {
|
||||
### 6. Usage Example
|
||||
|
||||
```typescript
|
||||
agent: SolanaAgentKit, createSolanaTools } from "solana-agent-kit";
|
||||
import { SolanaAgentKit, createSolanaTools } from "solana-agent-kit";
|
||||
|
||||
const agent = new SolanaAgent(
|
||||
const agent = new SolanaAgentKit(
|
||||
"your-wallet-private-key-as-base58",
|
||||
"https://api.mainnet-beta.solana.com",
|
||||
"your-openai-api-key"
|
||||
|
||||
Reference in New Issue
Block a user