ArcReady v0.1.0
First public npm release of ArcReady.
ArcReady is an independent open-source Arc-specific static CI quality gate and integration validator for wallets, bridge flows, App Kit integrations, and dApps.
Highlights
- Published npm package:
arcready@0.1.0 - CLI support for
initandscan - Wallet, App Kit, and bridge presets
- Terminal, JSON, Markdown, and HTML reports
- Automated fixture validation
- Local npm package smoke test
- GitHub Action integration groundwork
- MIT licensed
Install
Run without installing:
npx arcready scanInstall as a dev dependency:
npm install -D arcready
npx arcready scanInstall globally:
npm install -g arcready
arcready scannpm
Package: arcready@0.1.0
https://www.npmjs.com/package/arcready
Notes
ArcReady is an independent open-source project. It is not an official Circle or Arc product.
This release focuses on the first usable CLI, package distribution, report generation, and static integration validation foundation. Deeper Arc integration knowledge, expanded real-world fixtures, and external GitHub Action readiness are planned for future releases.