contractobserver
v1.0.0
Published
Monitors smart contract events using BlockSage.
Downloads
3
Readme
ContractObserver
Leverage the power of BlockSage to monitor smart contract events with ease. ContractObserver provides a straightforward interface to keep track of contract interactions and events.
Features
- Monitor smart contract events in real-time.
- Customizable alerting for specific events.
Installation
npm install contractobserver
const ContractObserver = require('contractobserver');
const observer = new ContractObserver('<PROVIDER_URL>', '<CONTRACT_ADDRESS>', '<CONTRACT_ABI>');
observer.startObserving('<EVENT_NAME>');