Files
nym/tests
Tommy Verrall 6ce743fbd5 add the nym-client and tidy up the mixnode
next up gateway, socks-5, network-requester
2023-02-21 17:11:20 +02:00
..
2023-02-08 08:59:48 +01:00
2023-02-08 08:59:48 +01:00
2023-02-08 08:59:48 +01:00

Binary init checker

WIP

A simple tool to ensure that all binaries init with the correct format, using the assert.sh library

Simply run ./build_and_run.sh $GIT_BRANCH

This will run through all the binaries anc check the fields that we expect to be initialised when passing the parameters into nyms core binaries

TODO

- Introduce all binaries
- Sort paths and locations
- Tidy up
- Run in CI