A digital world where exploration builds community and generates rewards.
// Import the Utopia SDK
import Utopia from "utopia-sdk";
// Initialize the Utopia client with your identity
const utopia = new Utopia({ apiKey: "YOUR_UTOPIA_ACCESS_KEY" });
// Send your first message across the universe
const transmission = await utopia.communication.broadcast({
message: "Hello, Utopia!",
channel: "genesis"
});
console.log("Message propagated through the network:", transmission.id);Join a community of over 1,000 explorers
Last updated
