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-dapp2 · 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 mainnet4 · 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
Developer Ecosystem
The Foundation supports builders directly
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.