node-watcher

Crates.ionode-watcher
lib.rsnode-watcher
version2.0.0
sourcesrc
created_at2021-07-03 06:24:53.493886
updated_at2021-08-04 19:07:13.893511
descriptionA CLI for watching ETH nodes and pubsubing when events happen.
homepage
repositoryhttps://github.com/freq-data/node-watcher
max_upload_size
id418114
size46,540
Alexander Poole (owodunni)

documentation

README

Node-Watcher

CI CodeFactor codecov License: GPL v3 Crates.io Docs.rs

Node watcher, watches a ETH node and publishes the data.

Development

Requirements

We try to keep all local dev tools inside the Rust environment to make the setup and tooling as simple as possible.

Build

This will format, lint and build:

cargo make build

If any fmt issues are found they can be fixed with:

cargo make styleFix

Commits

We follow The Conventional Commits specification. This is also enforced by CI.

Deploy

Deployment is automated with Semantic Release. As soon as commits are merged into main the release workflow begins.

Commit count: 21

cargo fmt