Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nhestrompia/blackjack-dapp
- Owner: nhestrompia
- License: mit
- Created: 2022-09-25T22:45:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-13T22:27:09.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T03:29:03.568Z (over 1 year ago)
- Topics: blackjack, ethereum, nextjs, solidity, typescript
- Language: TypeScript
- Homepage: https://blackjack-dapp.vercel.app/
- Size: 5.05 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
HardhatFrontend
React
Next.js
Typescript
Ethers
TailwindCSSTesting
Hardhat
Chai