Documentation site for the ERC-7730 clear signing ecosystem — the registry, descriptor authoring, and wallet integrations. Built with Docusaurus, intended to be hosted under a clearsigning.org subdomain.
npm install
npm start # local dev server with hot reloadnpm run build # static output in build/
npm run serve # preview the production buildTwo pages render remote GitHub documents in the browser at page-load time (via the RemoteMarkdown component in src/components/): the TypeScript SDK guide (GUIDE.md from sourcifyeth/clear-signing) and the auditor guide (auditors/README.md from the registry). Their content is not part of the build — to change it, edit the source repositories.
docs/intro.md— what clear signing / ERC-7730 isdocs/descriptors/— creating descriptors and submitting them to the registrydocs/registry/— registry CI checks in detail, PR review guidelinesdocs/wallets/— wallet integration overview and SDK guides