0.1.0 • Published 3 years ago

@starcoin/stc-block-tracker v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

stc-block-tracker

This module walks the Starcoin blockchain, keeping track of the latest block. It uses a web3 provider as a data source and will continuously poll for the next block.

Install

yarn

Build

yarn build

Publish npm package

npm publish --access public --tag latest --dry-run
npm publish --access public --tag latest