maticnetwork / dagger.js

Simple library to connect with dagger server and manage subscriptions for Ethereum Blockchain.
https://matic.network/dagger
MIT License
218 stars 42 forks source link

Support for balance threshold alert #23

Open rhlsthrm opened 5 years ago

rhlsthrm commented 5 years ago

We would like to see support for an event that is triggered based on an account balance lower than a certain threshold. The use case is for automated hot wallets.

jdkanani commented 5 years ago

Currently, Dagger is state-less. We are working on new design which supports stateful events. Meanwhile, you can use transfer subscription in Dagger and add custom filter at your end.