4 stable releases
Uses old Rust 2015
1.0.3 | Feb 7, 2018 |
---|---|
1.0.2 | Dec 26, 2017 |
1.0.0 | Dec 25, 2017 |
#53 in #validator
2MB
274 lines
Ouest-France Platform validator-cli
validator-cli
helps you validate your BlockProvider interface (BlockProviderConfig and BlockJSON).
Download binaries
- Download
validator-cli
for your OS from the release page
Usage (on Linux/MacOSX)
Validate a local BlockProvider service:
validator-cli.exe --url http://localhost:3000/configurations --schema BlockProviderConfig
Usage (on Linux/MacOSX)
Validate a local BlockProvider service:
validator-cli --url http://localhost:3000/configurations --schema BlockProviderConfig
Development
Generate a new release
Just push a new Git tag.
Run tests
cargo test
Dependencies
~15–24MB
~418K SLoC