An open API service indexing awesome lists of open source software.

https://github.com/starcoinorg/stc-block-tracker


https://github.com/starcoinorg/stc-block-tracker

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

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
```