Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 525 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 525 Bytes

rouDapp

Decentralized Roulette using Chain Link VRF 🎲

Demo

RouDApp on Kovan

Installation

Frontend

cd into the roudapp-frontend folder and run yarn install to install all dependencies.

Run the development server with yarn start

Smart contract

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.