Build on Portaldot
Everything you need to integrate Portaldot into your application
// Install SDKnpm install @portaldot/sdk
// Initialize clientimport { Portaldot } from "@portaldot/sdk";
const portal = new Portaldot({ apiKey: "YOUR_KEY" });
// Create worldconst world = await portal.worlds.create({
name: "My World",
rules: {...}
});API Endpoints
GET/api/v1/worlds
POST/api/v1/worlds
GET/api/v1/assets
POST/api/v1/assets
Starter Templates
Basic World
Start quickly with a ready-to-use template
NFT Gallery
Start quickly with a ready-to-use template
Social Platform
Start quickly with a ready-to-use template
