DEVELOPER HUBnpm run buildrectangle

Constellation is built by developers for developers. Start here to explore the developer tools available within the ecosystem, and learn how you can build something powerful on the Hypergraph network.

image_developer
Getting Started

Hello World

Get started building with supported SDKs and code examples from our developer docs.

import { dag4 } from 'stardust-collective/dag4'; dag4.account.connect({ networkVersion: '2.0', testnet: true }); dag4.account.loginPrivateKey('MY-PRIVATE-KEY'); const toAddress = 'DAGabc123...'; const amount = 25.551; const fee = 0; await dag4.account.transferDag(toAddress, amount, fee);
DEVELOPER COMMUNITY
IN PARTNERSHIP WITH

Stardust Collective

image_developer

The Stardust Collective is a decentralized open source organization with members from all around the world, including Amsterdam, Dubai, San Francisco, Singapore and Sydney. Their work focuses on producing companion dApps and tools built on Constellation’s Hypergraph network.