Skip to content

curiosi-T/curiosi-T-solidity-hardhat-simple_lottery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup Hardhat project:

npm init
npm install --save-dev hardhat
npm install --save-dev @nomiclabs/hardhat-waffle ethereum-waffle chai @nomiclabs/hardhat-ethers ethers
npx hardhat

Other commands:

npx hardhat compile
npx hardhat test
npx hardhat node (to start hardhat local network)
npx hardhat run .\scripts\sample-script.js --network localhost
npx hardhat help

About

Sample lottery project using Hardhat framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published