BY BUILDERS, FOR BUILDERS

BUILD THE

DECENTRALIZED WEB

Ship censorship-resistant apps in days, not months. Battle-tested SDKs, comprehensive docs, and an active community.

5 minutes to first deployment

DECENTRALIZED WEB NODES

HOST PRIVATE NETWORKS AND CONNECT THE DECENTRALIZED WEB

DECENTRALIZED IDENTIFIERS

OWN AND CONTROL YOUR IDENTITIES

DECENTRALIZED APPLICATIONS

BUILD AND DEPLOY APPS ON THE DECENTRALIZED WEB

DEVELOPER TOOLS

Everything you need to build, test, and deploy

v2.0

CLI

Scaffold projects, deploy contracts, manage keys

4 languages

SDKs

TypeScript, Rust, Go, Python libraries

NEW

UI Components

Pre-built React/Vue components

Explorer

Browse transactions, blocks, addresses

Dashboard

Monitor your apps and usage

Testnet

Free test tokens, instant deployment

QUICKSTART

Up and running in seconds

$npm install @alpha/sdk
import { Alpha } from '@alpha/sdk'

const alpha = new Alpha({
  network: 'mainnet',
  apiKey: process.env.ALPHA_API_KEY
})

// Connect to the network
const node = await alpha.connect()

// Send a message
const tx = await alpha.send({
  to: 'alpha://address...',
  data: { message: 'Hello, decentralized web!' }
})

console.log('Transaction:', tx.hash)

JOIN THE

COMMUNITY

Connect with thousands of developers building on Alpha Protocol. Get help, share projects, and shape the future of the decentralized web.