Documentation Index
Fetch the complete documentation index at: https://docs.signalium.site/llms.txt
Use this file to discover all available pages before exploring further.
Monorepo layout
Common commands
Developing without real funds (testnet)
0G mainnet uses native 0G as a real asset, so to test cheaply switch to Galileo testnet:- Set
OG_NETWORK=testnetin.env. - Top up your wallet from a faucet:
- faucet.0g.ai — 0.1 0G/day, browser based
- Google Cloud Web3 faucet — more generous
- Deploy fresh contracts (the mainnet factory is on
chainId 16661, you’ll want your own on16602):
- Copy the printed
MarketFactoryandAIResolveraddresses into your.envasNEXT_PUBLIC_FACTORY_ADDRESSandNEXT_PUBLIC_RESOLVER_ADDRESS. - Restart
pnpm dev.
The Gimo
StakePool is mainnet-only. On testnet, the per-market Treasury still works but yield deployment via GimoAdapter will revert. For testnet-only flows, leave GIMO_STAKE_POOL empty in .env and the factory provisions markets in legacy self-custody mode.Editing these docs
The docs site uses Mintlify. Run a hot-reload preview:apps/documentation/, navigation lives in docs.json. Mint deploys are linked from the GitHub repo; pushes to main redeploy automatically.
