- Clone
this repo
git clone git@github.com:BahadorGh/DLotto.git
cd backend
npm i
npx hardhat compile
npx hardhat node
npx hardhat run scripts/deploy.js
- Backend
- Develop Starter Smart Contract
- Adding Comments To Contracts
- Implement Winning Function(preferred: using oracle)
- Develop Factory Contract
- Frontend
- Create UI(preferred: React.js)
- Connect to UI(preferred: ethers.js)