solana-agent-kit.js
import { SolanaAgentKit } from 'solana-agent-kit';
const agent = new SolanaAgentKit({
network: 'devnet',
apiKey: 'YOUR_API_KEY'
});
// Deploy a new token
const tokenAddress = await agent.deployToken({
name: 'Aure Agents',
symbol: 'Aure',
decimals: 9
});
console.log('Token deployed:', tokenAddress);
Design your Aure Agent
Create, customize, and converse with your personal Aure agent
SOLANA AI HACKATHON PARTICIPANT
Build Your AureAgent - Framework built using SendAI Agentic Creation Kit