An interactive documentation and testing website for the Dash Platform Evo JS SDK.
Live site: https://dashpay.github.io/evo-sdk-website/
- Dash Platform — The monorepo containing all Dash Platform components
- Evo JS SDK — The JavaScript SDK for interacting with Dash Platform
yarn serve
open http://localhost:8081/index.htmlyarn generateThis regenerates public/docs.html, public/AI_REFERENCE.md, and copies the latest SDK bundle from platform/packages/js-evo-sdk/dist to public/dist.
yarn checkpublic/index.html— Main interactive SDK testing interfacepublic/docs.html— Human-friendly documentation with examplespublic/AI_REFERENCE.md— Compact reference for AI assistantspublic/api-definitions.json— API definitions used by the generatorscripts/generate_docs.py— Documentation generator script
- The generator reads
public/api-definitions.json(no fallbacks). - The Evo SDK module is expected at
public/dist. Build the SDK in the platform repo withyarn workspace @dashevo/evo-sdk buildbefore regenerating docs.