This repository is a monorepo for smart-contract development in AssemblyScript for Massa blockchain.
sc-project-initializer (smart-contract project initializer), is a package that should be used as a first step when starting to develop smart contracts on Massa blockchain. It consists of the files necessary for setting up the environment for developing a smart-contract project.
sc-deployer is a tool used for deploying your smart contracts on the Massa network:
# Install npm dependencies
npm install
# Build packages
npm run build
npm run fmt