Skip to content

2288810554/massa-sc-toolkit

 
 

Repository files navigation

Massa smart-contract toolkit

This repository is a monorepo for smart-contract development in AssemblyScript for Massa blockchain.

Packages

@massalabs/sc-project-initializer

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.

@massalabs/sc-deployer

sc-deployer is a tool used for deploying your smart contracts on the Massa network:

Development setup

# Install npm dependencies
npm install

# Build packages
npm run build

Code linting and formatting

npm run fmt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 79.7%
  • JavaScript 13.9%
  • Shell 6.4%