Feature Proposal
Description
What if ethjs queries returned promEvents, somewhat like [email protected] plans to have.
In addition to calling .then() on a result, you could subscribe to updates. Imagine:
token.balanceOf(my_address).on('latest', updateBalanceView)
Should be easier than ever with eth-block-tracker.