v3.2 — Introducing DexToken Indexer

Build the
decentralized
future.

The developer platform for blockchain engineers. Deploy smart contracts, query on-chain data, and scale to millions of users — with a single SDK.

$18.4B
Total value secured
2.1M
Developers building
99.99%
Uptime SLA
42ms
Avg. RPC latency
Scroll

Trusted by teams building at the frontier

◆ AETHER◇ VERTEX◈ HELIX▣ PRISM ◉ ORBITAL△ LATTICE⬡ CIPHER◐ NOVA ◆ AETHER◇ VERTEX◈ HELIX▣ PRISM ◉ ORBITAL△ LATTICE⬡ CIPHER◐ NOVA
Developer Portal

Everything you need,
nothing you don't.

A unified platform for deploying, monitoring, and scaling your decentralized applications.

Explore all features

Instant Deployment

Push to mainnet in under 30 seconds. Zero-config deployments with automatic verification.

$ DexToken deploy --network mainnet

Real-time Analytics

Monitor transactions, gas usage, and contract calls with sub-second granularity.

Multi-chain Support

Ethereum, Solana, Base, Arbitrum, Optimism, Polygon, and 14 more networks. One SDK.

ETH SOL ARB OP BASE +14

Enterprise Security

SOC 2 Type II, automated audits, and key management with hardware-backed signing.

Indexer Engine

Query any on-chain event in milliseconds. Build custom indices without managing infrastructure.

Team Collaboration

Role-based access, audit logs, and shared environments for teams of any size.

SDKs & APIs

Your language.
Your stack.

First-class SDKs for every major language. Type-safe, tree-shakable, and under 20kb gzipped.

20kb
gzipped
100%
type coverage
transfer.ts
// transfer.ts
import { DexToken, Wallet } from '@DexToken/sdk';

const DexToken = new DexToken({
  apiKey: process.env.DexToken_KEY,
  network: 'ethereum',
});

async function transfer(to: string, amount: bigint) {
  const tx = await DexToken.contracts
    .get('0x742d...')
    .write.transfer(to, amount, {
      gasLimit: 250_000,
      confirmations: 2,
    });

  return tx.wait();
}
npm i @DexToken/sdk tree-shakable ESM + CJS TypeScript native
Documentation Library

Docs that respect
your time.

Searchable, versioned, and written by engineers. Find what you need in seconds.

⌘K
GitHub Integration

Push to main.
Ship to mainnet.

Every commit triggers automated builds, tests, and deployments. Preview environments for every PR. Rollbacks in one click.

Preview deployments
Every PR gets a unique testnet URL with live data.
Automated contract verification
Source code verified on Etherscan and explorers automatically.
Branch protection rules
Require audits and tests before merging to production.
Connect your repo
DexToken-labs / vault-protocol main
feat: add multi-sig support for treasury
a3f9c21 · 2 minutes ago
passed
chore: bump sdk to v3.2.1
e7b2d44 · 1 hour ago
passed
test: fuzz attack vectors on withdraw()
9c1e8f2 · running...
running
docs: update deployment guide
4d5a1b8 · 3 hours ago
passed
DEPLOYMENT LIVE · mainnet
Contract verified at 0x742d...9f3a
Community Programs

Built by developers,
for developers.

Grants, ambassador programs, and hackathons. Get funded, get recognized, get shipping.

Grants Program

$25M in funding

Up to $500K per project for infrastructure, tooling, and public goods. No equity taken.

142
projects funded
Apply
Ambassadors

Join 800+ advocates

Represent DexToken in your city. Host meetups, write tutorials, and earn exclusive rewards.

64
countries
Join
Hackathons

Ship in 48 hours

Quarterly global hackathons with $1M+ in prizes. Mentors from top protocols.

Next: Jul 18
register open
Register
380K+
Discord members
92K
GitHub stars
1.2M
Forum posts
420+
Core contributors
Learning Resources

From zero to
on-chain engineer.

Courses, tutorials, and videos curated by the DexToken team and top educators.

Browse all resources
FEATURED 12h 40m
24 lessons · 8 projects
COURSE · BEGINNER TO ADVANCED

The Complete Blockchain Developer Bootcamp

Master Solidity, smart contract security, DeFi protocols, and full-stack dApp development from scratch.

18,420 enrolled
4.9 (2,847)
TUTORIAL 45 min

Build an NFT Marketplace in an Afternoon

Step-by-step guide to a fully functional marketplace with auctions and royalties.

VIDEO SERIES 3h 20m

Smart Contract Security Masterclass

Reentrancy, oracle manipulation, and 12 other attack vectors — with live exploits.

Free to start · No credit card required

Ready to build the
next big thing?

Join 2.1 million developers shipping on DexToken. Your first 100M requests are on us.

100M free requests/mo 24/7 developer support SOC 2 Type II