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
- Host: GitHub
- URL: https://github.com/codechain-io/codechain-config-generator
- Owner: CodeChain-io
- License: gpl-3.0
- Created: 2019-03-27T07:02:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T19:29:33.000Z (about 3 years ago)
- Last Synced: 2025-04-05T08:01:33.572Z (10 months ago)
- Language: JavaScript
- Size: 1.69 MB
- Stars: 6
- Watchers: 5
- Forks: 4
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.