Build the Future of Finance on Dash USD
Leverage our open-source, stable digital dollar to power your application. Access a powerful SDK, deep on-chain liquidity, and a growing real-world economy.
Powerful & Simple JS/TS SDK
Integrate DUSD into your Node.js applications in minutes. Our SDK simplifies payments, balance queries, and smart contract interactions.
Deep On-Chain Liquidity
Leverage deep liquidity pools on platforms like DashSwap. Your users can easily acquire and trade DUSD, ensuring a robust in-app economy.
Tap into a Real-World Economy
Connect your application to a growing network of merchants. Users can spend the DUSD they earn in your app at real businesses.
Open & Permissionless
Build on a truly decentralized foundation. DUSD is open-source, censorship-resistant, and composable with the entire DeFi ecosystem.
Start Building in Minutes
Quick Start
Install our SDK and get the balance of an address in just a few lines of code.
// 1. Install the SDK
npm install @dashusd/sdk
// 2. Use in your project
import { DUSDClient } from '@dashusd/sdk';
const client = new DUSDClient('mainnet');
async function getBalance(address) {
const balance = await client.getBalance(address);
console.log(`Balance: ${balance} DUSD`);
}
getBalance('0x...'); Core Resources
Your go-to links for building with Dash USD.