Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 821 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 821 Bytes

scroll-testnet-contract

A testnet contract to explore development in Scroll's rollup network. This project contains a simple NFT contract

Prerequisites

Deploy with Hardhat

  1. If you haven't already, install nodejs and yarn.
  2. Run yarn install to install dependencies.
  3. Create a .env file following the example .env.example in the root directory.
  4. Run yarn compile to compile the contract.
  5. Run yarn deploy or yarn deployLedger (requires frame wallet) to deploy the contract on the Scroll Alpha Testnet.
  6. Once you deploy, run npx hardhat verify --network scrollAlpha <deployed address> to verify your contract (blockscout api key required).