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: 'Runal',
symbol: 'Runal',
decimals: 9
});
console.log('Token deployed:', tokenAddress);
Design your Runal
Create, customize, and converse with your personal Runal
SOLANA AI HACKATHON PARTICIPANT
Build Your Runal - Framework built using SendAI Agentic Creation Kit