Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 587 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 587 Bytes

test-contracts

Used to deploy the test contracts

Getting started

  • Clone repository
  • Install dependencies yarn install
  • Set env vars:

PROVIDER_URL - rpc provider url

PRIVATE_KEY - signer private key

CHAIN_ID - chain id

ETHERSCAN_API_KEY - Blockscout or Etherscan api key. Set to any value if not needed

Default network: user network (set by the env var values)

EventMinter contract

Contract

Deploy

run following command:

yarn hardhat ignition deploy ignition/modules/eventMinter/EventMinter.ts