Build

Read the code. Run a node. Build the commons

Clone the repositories, run a local node in one command, and ship against the building blocks. SDKs in Node, Python, Go, Rust, and Java.

One-command quickstart

Run a node in one command.

# runs against a local OSS node
npx @openstatestack/cli init my-state
cd my-state
oss node up            # boots a local node
oss blocks add identity # add a building block
oss verify             # runs the proof checks

// reduced to the minimum that actually works — verify against the repo

The SDKs

Five languages, one verifiable call.

import { Identity } from '@openstatestack/identity';
const ok = await Identity.verify(proof, { policy: 'age >= 18' });
Find your first contribution

Find funded, public-good work.

Good first issue

Curated, well-scoped issues to start with.

The contribution guide

Branch model, PR template, and Conventional Commits.

The Contributor DAO

Open, merit-based, and funded for delivered work.

Get funded

Public-good work, funded.

The Ecosystem Support Program funds open-source work, audits, research, and public-good deployments across the commons.

Read the code. Run a node.