Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.72 KB

File metadata and controls

50 lines (35 loc) · 1.72 KB

Dice Protocol Documentation

Status

  • Stage: Public mainnet documentation live. Reproducible Robinhood Chain testnet replacement is live. @diceprotocol/sdk@1.0.3 is published.
  • Environment: Canonical repository /root/dice-protocol-docs; public website mirrors selected documents.
  • Goal: Keep protocol, integration, economic, and security documentation aligned with deployed DiceEntropy v10.
  • Next step: Keep active docs aligned with live v10, npm 1.0.3, and replacement testnet 0x43c8A7B1a85384cabf3D3Fd45a15C01F5b51A42D.

Architecture

  • Markdown documentation for Dice Protocol on Robinhood Chain.
  • Canonical live oracle: 0xd8a0680e7699526b57140ed4eafdcc7219dc0a0c.
  • Website copies selected documents into its static public surface.

Build & Deploy

cd /root/dice-protocol-docs
git diff --check
git status --short

Push documentation to diceprotocol/dice-protocol-docs. Copy corresponding public documents into the Prod website tree, rebuild there, then verify the live URLs.

Code Conventions

  • Markdown, concise headings, exact contract mechanics.
  • Use onchain, not on-chain.
  • No em dashes in public copy.
  • Never expose credentials or infrastructure details.
  • Keep contract address, fee, refund delay, and SDK package consistent.

Testing

  • Run git diff --check.
  • Search all active public Markdown for stale or contradictory wording.
  • Verify GitHub raw content after push.
  • Verify live website pages and public Markdown after deployment.

Key Paths

  • /root/dice-protocol-docs/README.md
  • /root/dice-protocol-docs/whitepaper.md
  • /root/dice-protocol-docs/developer-docs.md
  • /root/dice-protocol-docs/INTEGRATION.md

Kanban Board

  • Hermes board: dice-protocol