Configure Monitor
You can setup custom monitoring scripts in the 'Monitoring' - 'Create' page. You can use ts to write your own monitoring strategy.
Coding
Copy your monitoring code to the 'Input Script' page. The built-in SDK in the environment allows you to access the system database and monitor the data that interests you. The demo video only illustrates how to fetch all transaction history, but you can explore more features and usage by yourself. For more detailed information, please refer to our code repository.Debugging
Click the 'Debug' button to view the script's execution results. If the program encounters any exceptions, you'll find error messages on this page. This feature is useful for simple debugging.