Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.48 KB

README.md

File metadata and controls

44 lines (36 loc) · 1.48 KB

Contract Module for Blockcraft ETH Online 2023

Verification

Scroll-Sepolia

BlockScout verification

Scroll Cross Chain Deployments

  • Ethereum Sepolia
    • ItemFactory-Operator link
    • WorldNFT-Operator link

contracts

Deployments

Tests

Helper Scripts

Backend repo link, Frontend repo link

Hardhat Commands

npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.ts

Foundry Commands

forge install
forge compile
forge test