This package is meant to facilitate smart contract development.
PREREQUISITES:
- NPM installed on your computer
Simply run the following command with your project name:
npx @massalabs/sc-project-initializer init <projectName>
The initializer documentation is available here.
For development purposes, you can initialize a local project with npx sc-project-initializer init <projectName>
.