Ecosyste.ms: Awesome
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: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/starcoinorg/stc-block-tracker
- Owner: starcoinorg
- License: mit
- Created: 2021-04-11T14:51:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-27T09:59:33.000Z (over 3 years ago)
- Last Synced: 2024-10-31T00:20:27.009Z (13 days ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```