$ chain --list
On chain.
Everything ProjectX ships is public. Read the source, run the tests, check the balance.
| package | address | version |
|---|---|---|
| verify.core | 0x9c34…4f2a | v1.4.2 |
| weir.vault | 0x2ab8…91ce | v0.9.7 |
| draws.raffle | 0x7f01…2d0b | v0.6.1 |
| names.registry | 0x5e93…c807 | v1.1.0 |
| range.arena | 0x8d12…af44 | v0.4.0 |
// reproduce anything
git clone github.com/Northlatch-Labs-LLC/projectx
cd projectx && ./scripts/reproduce.sh <digest>
> fetching bundle... [ ok ]
> re-running gates... [ ok ]
> digest matches. exit 0
// what's public
- source of every package
- gate configurations
- test corpus for the tests gate
- release digests since v0.1