This package defines the available NodeJS and CLI options for `@ganache/filecoin`
npm install @ganache/filecoin-options@ganache/filecoin-optionsThis package defines the available NodeJS and CLI options for @ganache/filecoin
Run ganache filecoin --help to see your versions CLI usage.
See the web documentation for more details on the available NodeJS options.
These options are provided alongside the flavor options. For example:
``json5`
{
"flavor": "filecoin",
"chain": {
/ ... /
},
"database": {
/ ... /
},
"logging": {
/ ... /
},
"miner": {
/ ... /
},
"wallet": {
/ ... /
}
}
See a usage example in the @ganache/filecoin` README.