BE-007 · No health check endpoint for the deployed contract
Description: There is no standard way for monitoring systems to verify the contract is live and responsive.
Acceptance Criteria:
- Add a
ping(env) -> u64 function that returns the current ledger timestamp
- Document as a health check endpoint
- Off-chain monitoring calls
ping every 5 minutes
Priority: Low
Effort: Small
Labels: backend, devops
BE-007 · No health check endpoint for the deployed contract
Description: There is no standard way for monitoring systems to verify the contract is live and responsive.
Acceptance Criteria:
ping(env) -> u64function that returns the current ledger timestamppingevery 5 minutesPriority: Low
Effort: Small
Labels:
backend,devops