Euclid SDK
Spin up a blockchain project and mint a token with our powerful CLI and extensible micro-development framework.
Integrate Stargazer Wallet
Connect Stargazer Wallet to your web3 app to access Constellation and Ethereum chains.
Build a Metagraph
Leverage the power of the Hypergraph to build custom applications with your business logic.
Run a Validator Node
Build, configure, and deploy a validator node on the Hypergraph network.
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);
IN PARTNERSHIP WITH

