Developer platform

Ship your entire enterprise on-chain.

On legacy L1s, contracts run on-chain while frontends stay tethered to corporate clouds. Greenwood serves your app's assets and bandwidth from the base layer itself. Immutable stack, top to bottom.

1 · Install

Grab the toolchain

$ npm i -g @greenwood/cli
$ gwd init my-dapp

2 · Write a contract

AssemblyScript → WASM

export function transfer(
  to: string, amount: u64
): bool {
  // deterministic, gas-metered
  return ledger.send(to, amount);
}

3 · Deploy

Publish to the ledger

$ gwd build
$ gwd deploy --network mainnet

4 · Host on-chain

Native app bandwidth

$ gwd host ./dist
→ gwd://app/0x9f2c…

What you can build

Primitives, not silos

On-chain applications

Deploy resilient, self-governing software with unalterable custody of your IP.

Native DeFi

Crowdfund initiatives, program credit, and route peer-to-peer liquidity without institutional bias.

Tokenized real-world assets

Issue RWAs on native payment rails engineered for continuous capital velocity.

Cultural hubs & metaverses

Overlay networks and community-owned virtual spaces compose on top of the L1 baseline.

Sovereign storefronts

Monetize digital craftsmanship without predatory processors or gatekeepers.

Social & governance

Compose smart contracts into DAOs, reputation systems, and community treasuries.

Stack

The Greenwood execution environment

01 · dApp layerYour smart contracts + on-chain frontend
02 · Native hostingL1-served application assets & bandwidth
03 · WASM VMAssemblyScript → sandboxed, gas-metered WASM
04 · JSON ledgerHuman-readable blocks · Protobuf wire codec
05 · Proof of TransportRewards bound to verified data delivery
06 · IPv6 p2p transportPublicly routable, sub-20ms peer mesh

Developer Ecosystem

The Foundation supports builders directly

Documentation
SDKs
Reference clients
APIs
Sample applications
Educational resources
Hackathons
Grants
Community support
Technical standards

Builders retain ownership of their own applications. The Foundation does not control applications built on Greenwood — it maintains the protocol so builders can focus on shipping.