Decentralized Roulette using Chain Link VRF 🎲
cd into the roudapp-frontend
folder and run yarn install
to install all dependencies.
Run the development server with yarn start
Deploy the smart contract to any EVM supported Chain (e.g. Ethereum / BSC) and fund it with some LINK tokens so it can generate random numbers.
Update the CONTRACT_ADDRESS
in the contract.ts
file of the frontend.