@starcoin/stc-block-tracker
v0.1.0
Published
A block tracker for the Starcoin blockchain. Keeps track of the latest block.
Downloads
7
Readme
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