dApp Launchpad
  • Introduction
    • About
    • Quickstart
  • Workflow
    • Frontend
    • Smart contracts
  • Commands
    • init
    • dev
    • deploy
    • list
      • scaffold-templates
    • generate
      • smart-contracts-config
  • Contributing
    • Building from source
    • Developing on local
    • Reporting bugs / Feature requests
  • FAQs
Powered by GitBook
On this page
  • Options
  • Help
  1. Commands

init

Initialises a new project

dapp-launchpad init [PROJECT-NAME]

The init command initialises a DApp project in a new directory. The new directory has the same name as the project. If a project name is not mentioned, a random one is chosen.

Options

Option
Description

-t, --template [NAME]

Name of the scaffold template to use; default: "javascript". To get list of available templates, run list scaffold-templates. (default: "javascript")

-h, --help

display help for command

Help

To get help, run:

dapp-launchpad init -h

Last updated 1 year ago