Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nhestrompia/blackjack-dapp

A blackjack dApp with on chain payment
https://github.com/nhestrompia/blackjack-dapp

blackjack ethereum nextjs solidity typescript

Last synced: 6 days ago
JSON representation

A blackjack dApp with on chain payment

Awesome Lists containing this project

README

        

Blackjack - on-chain payment integrated blackjack game dApp (on Goerli Testnet)

A blackjack game where users bet 0.01 ETH each game and if they have positive score at the end of the game they earn extra 0.01 ETH. If their score at the end is 0 then
they get their initial bet.

Bet amount is locked in the contract till game ends. Casino(owner), sends a transaction to unlock the bet/withdraw according to players final score

Demo : https://blackjack-dapp.vercel.app/

Used technologies/tools

Backend

Solidity
OpenZeppelin
Hardhat

Frontend

React
Next.js
Typescript
Ethers
TailwindCSS

Testing

Hardhat
Chai