Skip to content

A testnet contract to explore development on the Base blockchain

Notifications You must be signed in to change notification settings

echoghi/base-testnet-contract

Repository files navigation

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.

About

A testnet contract to explore development on the Base blockchain

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages