Skip to content

ArcReady v0.1.0

Choose a tag to compare

@tanka420 tanka420 released this 13 Jun 10:42
· 20 commits to main since this release

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 init and scan
  • 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 scan

Install as a dev dependency:

npm install -D arcready
npx arcready scan

Install globally:

npm install -g arcready
arcready scan

npm

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.