Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 781 Bytes

File metadata and controls

16 lines (11 loc) · 781 Bytes

base-testnet-contract

A testnet contract to explore development on Base's L2 chain. 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 Base Goerli Testnet.
  6. Once you deploy, run npx hardhat verify --network base-goerli <deployed address> to verify your contract.