0.1.1 • Published 4 years ago

commonwealth-chain-events v0.1.1

Weekly downloads
6
License
-
Repository
github
Last release
4 years ago

@commonwealth/chain-events

"Chain-events" is a library for subscribing and processing synthetic blockchain events.

Installation

Available on npm.

yarn add @commonwealth/chain-events

For development, first you must build the project to replicate the npm package structure, and then you can install your local version via yarn link:

~/chain-events$ tsc
~/chain-events$ yarn link
~/chain-events$ cd ~/commonwealth
~/commonwealth$ yarn link @commonwealth/chain-events

Usage

See the listener for an example use case.

Details

TODO