Explore our growing ecosystem of DeAI applications in the awesome-aiforge repository.
This guide will walk you through creating, configuring, and deploying your first AI agent on the AI Forge platform. You'll learn how to leverage 0G Network's infrastructure for decentralized storage and compute.
AI Forge makes it simple to build sophisticated AI agents with multi-chain capabilities, decentralized storage, and advanced analytics. Whether you're building trading bots, social media managers, or research assistants, this guide gets you started quickly.
Required for SDK and development tools
MetaMask or WalletConnect compatible wallet
Testnet tokens for development
Understanding of smart contracts and DeFi
New to blockchain development? Check out our Blockchain Basics Guide before continuing.
Get started with the AI Forge development kit
npm install @aiforge/sdk
# or
yarn add @aiforge/sdk
Create and configure your first AI agent
import { AIForge } from '@aiforge/sdk'
// Initialize AI Forge client
const aiforge = new AIForge({
apiKey: 'your-api-key',
network: '0g-testnet'
})
// Create your first AI agent
const agent = await aiforge.createAgent({
name: 'Trading Assistant',
type: 'defi-analytics',
config: {
chains: ['ethereum', 'polygon'],
strategies: ['arbitrage', 'yield-farming']
}
})
console.log('Agent created:', agent.id)
Launch your agent on the decentralized network
# Deploy to 0G Network
aiforge deploy --agent trading-assistant \
--network 0g-mainnet \
--storage decentralized \
--compute gpu-enabled
Create specialized AI agents with pre-built templates for trading, social media, and research.
High-performance decentralized storage for AI models and training data.
Real-time analytics across multiple blockchain networks for trading and DeFi.
Cryptographic verification and privacy-preserving operations for enterprise security.
Need help getting started? Our community is here to support you: