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 like the InTown Metaverse 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