Official documentation website for Chroma - an end-to-end (E2E) testing library for wallet interactions across multiple blockchain ecosystems.
Chroma enables developers to write automated tests that interact with real wallet extensions, providing a comprehensive testing solution for decentralized applications (dApps).
Initially designed for the Polkadot ecosystem, Chroma is expanding to support EVM (Ethereum Virtual Machine) and SVM (Solana Virtual Machine) chains.
This documentation site is built with Next.js and Fumadocs.
- Bun 1.0+
Install dependencies:
bun installRun development server:
bun devOpen http://localhost:3000 with your browser to see the result.
bun run build| Path | Description |
|---|---|
content/docs |
Documentation MDX files |
app/(home) |
Landing page |
app/docs |
Documentation layout and pages |
lib/source.ts |
Content source adapter |
MIT