Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 441 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 441 Bytes

MySepolia Sample Lock Contract

This contract will lock an amount of ETH for a period of time (specified in scripts/deploy.js), after which the owner can withdraw the amount.

Prerequisites

Deployment

  1. Install project
npm i
  1. Create an .env and add your MetaMask PRIVATE_KEY

  2. Deploy with

npx hardhat compile
npx hardhat run scripts/deploy.js