14 lines
484 B
Markdown
14 lines
484 B
Markdown
## Binary init checker
|
|
|
|
A simple tool to ensure that all binaries init with the correct format, using the `assert.sh` library
|
|
|
|
Simply run `./build_and_run.sh $WORKING_BRANCH`
|
|
For example:
|
|
|
|
`./build_and_run.sh release/v1.1.11`
|
|
|
|
Currently, this is run on linux based machines as the nym-core binaries are published via a linux build agent
|
|
|
|
|
|
This will run through all the binaries and check the fields that we expect to be initialised when passing the parameters into nyms core binaries
|