Reference implementation

Run a node. Own the infrastructure.

The Greenwood reference node is open source. Fork it, audit it, run it, extend it. This is infrastructure the community owns — never confiscated, never pulled out from underneath us.

Preview drop

greenwood-source-preview.zip

Contains consensus/, ledger/, vm/, hosting/, and net/ scaffolds. Apache 2.0 licensed.

2 KBSHA-256 verified on-chainApache-2.0

consensus/

Proof of Transport engine · block reward math · integrity scoring.

ledger/

JSON block store · Protobuf wire serialization · Merkle heartbeats.

vm/

AssemblyScript → WASM sandbox · deterministic gas metering.

hosting/

Native on-chain hosting scaffolds · storage and routing hooks.

net/

Native IPv6 peer transport · sub-20ms latency verification.

docs/

Whitepaper, protocol spec, jurisdictional notes (NG, UAE).

Quick start

After you unzip

$ unzip greenwood-source-preview.zip
$ cd greenwood-src
$ npm install
$ npm run node -- --ipv6 --stake ./operator.json