Skip to content

ChainSafe/hardhat-plugin-multichain-deploy

Repository files navigation

Chainsafe's Hardhat Plugin for Multichain deployment with Sygma

Table of Contents

  1. Introduction
  2. Prerequisites
  3. Getting Started
  4. Building
  5. Testing
  6. Linting and Formatting

Introduction

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.

Prerequisites

Before you can start working with the project, make sure you have the following software installed:

Getting Started

To get started with the project:

  1. Clone the repository:
git clone https://github.com/ChainSafe/hardhat-plugin-multichain-deploy.git
  1. Navigate to the project root:
cd hardhat-plugin-multichain-deploy
  1. Set node to compatible version of project (skip if you use manual approach)
nvm use
  1. Utilize corepack
corepack enable
  1. Install the dependencies
yarn install

Building

To build and run the project, follow these steps:

Build all packages:

yarn build

Testing

To run tests for all packages:

yarn test

Linting and Formatting

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