Skip to content

Decentralized Raffle Contract - Create on-chain raffles!

Notifications You must be signed in to change notification settings

camronh/DecentRaffle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open in Gitpod

Instructions

cd frontend
npm install
npm run serve

To deploy on a local blockchain

Be sure to create a .env file in the hardhat dir that matches the .env.example template

cd hardhat
npm install
npm run local-node
npm run deploy-local