Starting from a template
LIGO provides templates to start projects quickly and to demonstrate specific and complex use cases. To create a project from a template, use the name of the template and a name for the new project:
ligo init contract --template [TEMPLATE_NAME] [PROJECT_NAME]
For example, to create a project from the Multisig-Cameligo template, which provides an example of multi-signature contracts, run this command:
ligo init contract --template multisig-cameligo my-multisig-project
The templates made by the LIGO team are listed on the LIGO registry.
You can also load these templates in the Online IDE.