@digitalworld/digital-world-sdk v17

Build on the
Digital World Network

Live demo of the Digital World JS SDK. Generate wallets, scan QR codes, and view real-time balances — all running client-side.

Gateway: dex.digitalworld.global Live · No auth required Passphrase: Digital World Network ; June 2021

Generate a Wallet

Create a new ed25519 keypair on the Digital World Network. Your secret key never leaves this page.

Wallet Viewer

Enter any Digital World Network address to view its live balances. Refreshes every 10 seconds.

Enter a public key above and click Load.


Find Swap Routes

Discover available trading paths between any two assets on the Digital World DEX.

Live Orderbook

Live bids and asks for any asset pair on the Digital World DEX.

/

Loading…

Add the SDK to your project or drop in the CDN build for browser scripts.

Package Manager

npm install @digitalworld/digital-world-sdk
yarn add @digitalworld/digital-world-sdk
pnpm add @digitalworld/digital-world-sdk
import DigitalWorldSdk from '@digitalworld/digital-world-sdk';

CDN (Browser)

<script src="https://unpkg.com/@digitalworld/digital-world-sdk@17.0.0/dist/digital-world-sdk.min.js"></script>

Exposes DigitalWorldSdk as a global variable.

const server = new DigitalWorldSdk.Gateway.Server('https://dex.digitalworld.global');