Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 309 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 309 Bytes

core-contracts

Deployment Instructions:

  1. duplicate .env.example and rename to .env
  2. copy and paste your MNEMONIC key into .env file

(this will deploy contract to the bsc testnet; to deploy on mainnet, just change bsct to bsc)

To verify contract: npx hardhat verify --network bsct <address>