littledouzi / RouletteGame

Motivated by the continuous evolution and popularity of the blockchain and cryptocurrencies, I wanted to delve into the environment of Ethereum, one of the most renowned cryptocurrencies. For this reason I have developed a decentralized application (DAPP) that works autonomously on the Ethereum blockchain. The application in question corresponds to the roulette game, a game of chance well known in recreational and leisure centers such as casinos. The application I have developed for this game has the peculiarity that bets are made using cryptocurrencies, in this case ethers (the currency of Ethereum).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Roulette Game

Abstract

Motivated by the continuous evolution and popularity of the blockchain and cryptocurrencies, I wanted to delve into the environment of Ethereum, one of the most renowned cryptocurrencies. For this reason I have developed a decentralized application (DAPP) that works autonomously on the Ethereum blockchain. The application in question corresponds to the roulette game, a game of chance well known in recreational and leisure centers such as casinos. The application I have developed for this game has the peculiarity that bets are made using cryptocurrencies, in this case ethers (the currency of Ethereum).

Introduction

With this project, I wanted to develop a distributed application on Ethereum. The application in question, corresponds to the game of roulette. To be able to carry it out it has been necessary, on the one hand, a web interface, with which the customer can interact with, which will form part of the frontend. And on the other hand, a backend, which corresponds to everything the code and software needed for the application to work correctly on Ethereum and can be used by different users, in which there will be the server and the contract smart (smart contract).

Aplication

It's necessary to install npm package after downloading the code.
If you want to interact with the application, you can do so by accessing the following link:
https://rouletteapp-d032.web.app/
You must have a metamask wallet to play and interact.
Some ethers on the Koven test network

About

Motivated by the continuous evolution and popularity of the blockchain and cryptocurrencies, I wanted to delve into the environment of Ethereum, one of the most renowned cryptocurrencies. For this reason I have developed a decentralized application (DAPP) that works autonomously on the Ethereum blockchain. The application in question corresponds to the roulette game, a game of chance well known in recreational and leisure centers such as casinos. The application I have developed for this game has the peculiarity that bets are made using cryptocurrencies, in this case ethers (the currency of Ethereum).


Languages

Language:JavaScript 65.1%Language:Solidity 21.1%Language:CSS 8.5%Language:HTML 5.3%