Source for the DAOhaus developer documentation site at docs.daohaus.club.
These docs cover the technical infrastructure of the DAOhaus protocol: smart contracts, subgraphs, and contribution workflows for maintainers.
Built with Next.js and Nextra. Content lives in pages/ as .mdx files.
pnpm install
pnpm devThe site will be available at http://localhost:3000.
Content is organized under pages/:
contracts/— Moloch v3 (Baal) contract reference, deployments, shamans, summonerssubgraphs.mdx+subgraphs/— Subgraph schema, endpoints, and example queriesnetworks.mdx— Supported networkscontributing/— SOPs for app, subgraph, and contract maintenance
To add or edit a page, update the relevant .mdx file and its _meta.json to control where it appears in the sidebar.