Status ENS Airdrop smart contracts
Go to file
Andrea Franz 7c9ef5bd81
init
2021-12-10 18:27:34 +01:00
contracts init 2021-12-10 18:27:34 +01:00
scripts init 2021-12-10 18:27:34 +01:00
test init 2021-12-10 18:27:34 +01:00
.gitignore init 2021-12-10 18:27:34 +01:00
README.md init 2021-12-10 18:27:34 +01:00
hardhat.config.js init 2021-12-10 18:27:34 +01:00
package.json init 2021-12-10 18:27:34 +01:00
yarn.lock init 2021-12-10 18:27:34 +01:00

README.md

Basic Sample Hardhat Project

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, a sample script that deploys that contract, and an example of a task implementation, which simply lists the available accounts.

Try running some of the following tasks:

npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help