chainsync
chainsync copied to clipboard
a framework for streaming blockchain transactions/operations into other mediums
Results
1
chainsync issues
Sort by
recently updated
recently updated
newest added
The following example in README doesn't produce any output:- `from chainsync import ChainSync from chainsync.adapters.steemv2 import SteemV2Adapter adapter = SteemV2Adapter(endpoints=['https://api.steemit.com']) chainsync = ChainSync(adapter) for dataType, data in chainsync.stream(['ops']): print("{} -...