Crates.io | node-watcher |
lib.rs | node-watcher |
version | 2.0.0 |
source | src |
created_at | 2021-07-03 06:24:53.493886 |
updated_at | 2021-08-04 19:07:13.893511 |
description | A CLI for watching ETH nodes and pubsubing when events happen. |
homepage | |
repository | https://github.com/freq-data/node-watcher |
max_upload_size | |
id | 418114 |
size | 46,540 |
Node watcher, watches a ETH node and publishes the data.
We try to keep all local dev tools inside the Rust environment to make the setup and tooling as simple as possible.
This will format, lint and build:
cargo make build
If any fmt issues are found they can be fixed with:
cargo make styleFix
We follow The Conventional Commits specification. This is also enforced by CI.
Deployment is automated with Semantic Release.
As soon as commits are merged into main
the release workflow begins.