Skip to content

G7DAO/summon-contracts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



Summon Contracts

Build Status


Requirements

  1. NodeJs >= 21.13.1 (use nvm pls)
  2. Fill the .env file with the correct values(see .env.example)
  3. Install dependencies
pnpm install

Deployments

How to deploy a specific contract using the hardhat tasks of this repo:

pnpm deploy:g7:testnet --name Forwarder

You need to provide the name argument with the contract name you want to deploy.