1.0.0 • Published 4 months ago

contractobserver v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

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>');
1.0.0

4 months ago