Skip to content

Repository files navigation

Clear Signing Docs

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.

Development

npm install
npm start        # local dev server with hot reload

Build

npm run build    # static output in build/
npm run serve    # preview the production build

Two 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.

Structure

  • docs/intro.md — what clear signing / ERC-7730 is
  • docs/descriptors/ — creating descriptors and submitting them to the registry
  • docs/registry/ — registry CI checks in detail, PR review guidelines
  • docs/wallets/ — wallet integration overview and SDK guides

Releases

Packages

Contributors

Languages