Everstrat.xyz | Docs
Introduction

Monorepo map

A contributor-oriented map of the workspaces that feed the docs site.

Top-Level Map

PathResponsibility
frontend-app/landingBrand surface and product messaging
frontend-app/web3-appWallet UX, mint/burn UX, activity feed, transaction flow
frontend-app/web3-app/subgraphGoldSky / Graph indexing workspace
frontend-app/everstrat-docsPublic docs site
smart-contractsProtocol contracts, interfaces, tests, scripts
mermaidArchitecture, role, and deployment diagrams

Practical Reading Order

Use landing files for tone and terminology.
Use smart contracts and tests for protocol truth.
Use the web3 app for current shipped behavior.
Use subgraph docs for entities, lifecycle indexing, and query examples.

Drift Rules

  • When addresses change, docs must follow web3-app/src/config/index.ts.
  • When queue semantics change, docs must follow smart-contracts first and subgraph mapping second.
  • When the app ships new UX behavior, docs should describe the shipped path, not the old one.

Last updated on

On this page