This directory contains all the generators for JSON tests, consumed by Lisk Core client implementations.
This runs all of the generators.
$ cd protocol-specs
$ npm run generate-all-specs
To run a single generator execute the following commands replacing generator_name
with the name of the generator you wish to run:
$ cd protocol-specs/generators/{generator_name}
$ node index.js
You can find the schema specification for the spec of specs here. All JSON files produced from generators must validated against these specs.