Skip to content

alex1092/crypto-lottery

Repository files navigation

Crypto lottery

If you look in packages/* you can see we have 3 folders

  • admin
  • frontend
  • hardhat

Admin is our portal for testing our deployed contracts

frontend is the customer facing site

hardhat is where we deploy our solidity contracts

link to live site here

Quick start

first things first we need our dependencies

yarn

Frontend

yarn start:frontend

Admin

yarn start:admin

Hardhat

The lottery contract is found in packages/hardhat/contracts/LotteryContract.sol

If you make changes you can deploy a new contract by running

yarn deploy

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published