← 所有集成
Tier 2 — Full Deakee partner

Conformance Verifier

Tier 2 — CLI for plugin developers

Runs the standard Tier 2 conformance suite against a plugin: centralized balance ledger correctness, identity OAuth flow, withdraw/deposit relayer wiring, idempotency, voucher verification. Exit 0 on pass, 1 on any required failure. **Rewriting alongside the plugin pivot.**

npm
npx @deakee/loyalty-verifier
在 GitHub 查看源代码 →

安装

  1. Deploy your plugin against a test partner contract.
  2. Run npx @deakee/loyalty-verifier with your plugin's URL + a test API key.
  3. Fix any required failures, re-run.
  4. Register with Deakee.

验证合规性

上线前,针对你的部署运行官方一致性验证器。它会检查中心化账本、identity OAuth 流程、桥接铸造/销毁连接以及幂等性。

npx @deakee/loyalty-verifier \
  --partner-api-key   <your key> \
  --plugin-url        <your plugin URL> \
  --contract-address  <your ERC-8063 contract> \
  --test-user-email   test@example.com

遇到问题?阅读完整的 README 或在 github.com/deakee/loyalty/issues 提交 issue。