Skip to main content

inery-init

This tool is used to generate a skeleton value contract and directory structure. To generate a new value contract project you can either generate a "bare" project (no CMake) or the default is to generate a CMake project.

Example:

inery-init --path=\destination\path\where\to\generate\project\ --project=inrcrud_contract_folder

This will generate a project folder inrcrud_contract_folder in the path \destination\path\where\to\generate\project\ containing the skeleton value contract and directory structure.

USAGE: inery-init [options]

OPTIONS:

Generic Options:

-help - Display available options (-help-hidden for more)
-help-list - Display list of available options (-help-list-hidden for more)
-version - Display the version of this program

inery-init:
generates an inery value contract project

-bare - produces only a skeleton value contract without CMake support
-path=<string> - directory to place the project
-project=<string> - output project name