Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 273 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 273 Bytes

Lobster NFT smart contracts

Install and test

yarn # or npm i
npm run compile
npm t

Deploy

  1. Put private key without 0x to ~/.ethereum/{networkName}
  2. Run hardhat task in desired network:
npx hardhat deploy-minter-and-nft --network {networkName}