DappStarter CLI
Build full-stack blockchain applications with DappStarter directly from your terminal.
Install the CLI using
npm install -g @decentology/dappstarter
You can go to releases to pull the latest binary compiled version and add installation location to your system's PATH.
System | File |
---|---|
Linux | |
Mac | |
Windows |

dappstarter create
dappstarter create -w config.json
dappstarter create -c config.json
Usage: dappstarter create [options]
Options:
-c, --config <file> Loads configuration from file and processes.
-o, --output <path> Output directory. If omitted current directory will be used.
-w, --write-config [path] Writes configuration to file without processing.
-p, --print-config Echos configuration to terminal without processing.
-h, --help display help for command
Last modified 1yr ago