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 install
To build and run the project, follow these steps:
Build all packages:
yarn build
To run tests for all packages:
yarn test
This project uses ESLint to enforce code style and formatting. To check code quality with the linter, run:
yarn lint
To lint and format the code, run:
yarn lint:style:fix