Contract monitor - an Elixir SDK example application

The app was done during our 2 day hackathon with the idea of showcasing some of the SDK’s features. It keeps track of a smart contract’s usage in realtime by utilizing the SDK’s event listener, as well as retrieving data from the past by using the middleware. It also lists any contract events that have been emitted after the monitoring has begun.

Note: it works only with testnet contracts

A guide on how to run the application is on github:

6 Likes