Unleash the potential of multi-chain deployment with Hardhat and Sygma: the essential plugin for deploying Ethereum smart contracts with ease and efficiency. Elevate your blockchain development with this powerful, streamlined solution.
This version should be considered Beta, with mainnet support coming soon.
Currently supported testnets include:
- Sepolia
- Holesky
- Mumbai
Before you can start working with the project, make sure you have the following software installed:
To get started with the project:
- Clone the repository:
git clone https://github.com/ChainSafe/hardhat-plugin-multichain-deploy.git- Navigate to the project root:
cd hardhat-plugin-multichain-deploy- Set node to compatible version of project (skip if you use manual approach)
nvm use- Utilize corepack
corepack enable- Install the dependencies
yarn installTo build and run the project, follow these steps:
Build all packages:
yarn buildTo run tests for all packages:
yarn testThis project uses ESLint to enforce code style and formatting. To check code quality with the linter, run:
yarn lintTo lint and format the code, run:
yarn lint:style:fix