Front-end for Casino project on Tezos
This is the Front-End of a Casino built on the Tezos Blockchain, contracts can be found at https://github.com/Shidraw/TezCazContracts . This is a Vue/Bootstrap project containing different pages :
- Register, for non-registered users
- Login, for registered users
- Admin, only accessible if the user is an Admin
- Loto, accessible by any users as long as they are not banned from the game
- Roulette, accessible by any users as long as they are not banned from the game
Major frameworks or libraries used in the project.
- Clone the repo
git clone https://github.com/Shidraw/TezCazFront/
- Install NPM packages
npm i
Run the code on localhost:3000
- npm
npm run dev