Skip to content

Monitoring and Verification

Back to Production Readiness

Overview

After deployment:

  • Block explorer: Monitor contract transactions and events on a Neo N3 block explorer.
  • RPC queries: Use Neo RPC to query contract state and verify expected values.
  • Event subscriptions: Subscribe to contract notifications for real-time monitoring.
  • Gas usage: Track GAS consumption per method to detect anomalies.

MIT Licensed