Skip to content

A testnet contract to explore development on the Scroll blockchain

Notifications You must be signed in to change notification settings

echoghi/scroll-testnet-contract

Repository files navigation

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).

About

A testnet contract to explore development on the Scroll blockchain

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published