Skip to main content

Monorepo layout

Common commands

A note on networks

Signalium is mainnet-only. Gimo’s StakePool (the per-market yield destination) only exists on 0G mainnet, so the whole stack assumes chain id 16661. There’s no testnet path — and no public faucet, since native 0G is a tradable asset. Local pnpm dev connects you to the live mainnet contracts. To exercise the create/bet flow without real exposure, bridge a sub-cent amount of 0G into a fresh wallet — the 1% bet fee on a 0.001 0G stake is negligible. If you want your own factory/resolver to play with, the deploy script is:

Editing these docs

The docs site uses Mintlify. Run a hot-reload preview:
Pages are MDX — write in apps/documentation/, navigation lives in docs.json. Mint deploys are linked from the GitHub repo; pushes to main redeploy automatically.