Skip to content

Latest commit

 

History

History

hardhat-cannon

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Cannon

Cannon is a Hardhat plug-in inspired by Docker and Terraform. Visit the website for more information, including documentation.

Quick Start

  1. Install the Hardhat plug-in
npm install hardhat-cannon
  1. Add this to your hardhat.config.js
require('hardhat-cannon');
  1. Start a local chain with Synthetix
npx hardhat cannon synthetix:latest

Browse packages for other protocols you can quickly deploy.

Plug-in Development

This plug-in is based on the Hardhat TypeScript plugin boilerplate. Review the README for some relevant information.

Publishing the Package

With appropriate npm permissions, run the following commands:

npx lerna bootstrap
npx lerna publish patch