dev.badge
dev.hero.title1 dev.hero.title2
dev.hero.desc
dev.code.label
dev.code.title
dev.code.desc
quickstart.js
// Install ACGN SDK
npm install @acgn/sdk
// Initialize your project
import { ACGNClient } from '@acgn/sdk';
const client = new ACGNClient({
apiKey: 'your-api-key',
environment: 'production'
});
// Create a new game project
const game = await client.games.create({
name: 'My Awesome Game',
genre: 'adventure',
platform: ['web', 'mobile'],
web3: {
enabled: true,
blockchain: 'ethereum',
features: ['nft', 'marketplace']
}
});
console.log('Game created:', game.id);dev.sdk.label
dev.sdk.title
dev.sdk.desc
dev.resources.label
dev.resources.title
dev.resources.desc