← すべての統合GitHub でソースを見る →
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インストール
- Deploy your plugin against a test partner contract.
- Run npx @deakee/loyalty-verifier with your plugin's URL + a test API key.
- Fix any required failures, re-run.
- Register with Deakee.
適合性を検証
本番公開の前に公式の適合性検証ツールを実行してください。集中型台帳、identity OAuth フロー、ブリッジの mint/burn 接続、冪等性を検査します。
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 を開いてください。