An open API service indexing awesome lists of open source software.

https://github.com/codechain-io/codechain-config-generator

CodeChain Config Generator
https://github.com/codechain-io/codechain-config-generator

Last synced: 7 months ago
JSON representation

CodeChain Config Generator

Awesome Lists containing this project

README

          

# CodeChain Config Generator

See demo at: [CodeChain Config Generator](ADD_LINK)

## Development

To update the list of fields, run `npm run generate-data`. This will parse the command-line options and configuration fields [from the parity repo](https://github.com/paritytech/parity/blob/master/parity/cli/mod.rs), apply the manual overwrites and extra information of `src/data.extra.json` and save the result into `src/data.compiled.json`, which is the file used by the CodeChain Config Generator.