import { Badge } from "@/components/ui/badge"; import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card"; import { Button } from "@/components/ui/button"; import { Box, Code2, Rocket, ExternalLink, CheckCircle2, AlertTriangle, Package } from "lucide-react"; import { CodeBlock } from "@/components/dev-platform/ui/CodeBlock"; export default function TheSandboxIntegration() { return (
Create voxel-based gaming experiences in The Sandbox metaverse. Integrate AeThex APIs with Game Maker, VoxEdit assets, and LAND ownership for user-generated content at scale.
Download The Sandbox Game Maker from sandbox.game, then install the AeThex plugin from the Asset Library.
Plugin Features:
AeThex API Block - Make HTTP requests to AeThex endpointsPlayer Auth Block - Link wallet to AeThex PassportAchievement Block - Award cross-platform achievementsLeaderboard Block - Display global leaderboardsDrag the AeThex Config block into your experience, then enter your API key from the Developer Dashboard.
Visual Script Example:
Use The Sandbox TypeScript SDK for complex game logic that integrates with AeThex APIs.
Link Sandbox wallets to AeThex Passport for cross-platform progression.
The Sandbox uses Polygon network for fast, low-cost transactions. AeThex supports Polygon L2 natively.
Game Maker detects player with Polygon wallet connected
AeThex API checks if wallet is already linked to Passport
If not linked, prompt wallet signature (gasless, EIP-4361)
Player can now access achievements, progress from other platforms
• Game Maker constraints: Visual scripting has limited logic complexity
• Voxel performance: Max 50k voxels per LAND parcel, optimize models
• Player limits: 100 concurrent players per experience
• Asset file sizes: VoxEdit models max 10MB, use LOD for large objects
• Polygon L2 benefits: 2-second confirmations, $0.001 gas fees vs Ethereum mainnet
• Batch API calls: Update multiple players' data in single request
• Cache NFT metadata: Store VoxEdit asset metadata on AeThex CDN
• Mobile support: The Sandbox mobile app launching 2026, test on Android/iOS
Create voxel gaming experiences with The Sandbox and AeThex. Build NFT-powered games with cross-platform rewards on Polygon L2.