khoaphp / Plinko_Blockchain_Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plinko Blockchain Game

Plinko - A blockchain Game with Nodejs backend, Web3, MongoDB. You can download and deploy to your own VPS for playing game.

Open config.json and change to your chain you want.

  1. Setup Mongodb (local or Cloud is acceptable, ex https://mongodb.com)
  2. Choose which blockchain you want, recommend: Binance Smart Chain Testnet (Mainnet if you want). Deploy contract Token.sol & Deplsit.sol (inside folder sol), and update address line 7 & 8
  3. You can choose any Chain you want, ex Polygon, BSC, Coinex, Ethereum, Aribitrum... Just visit https://docs.bscscan.com/misc-tools-and-utilities/public-rpc-nodes for more RPC url. In config.json, by default, I'm using Binance Smart Chain Testnet

Upgrade functions

If you want to upgrade more function, such as: Withdraw token, add more token (USDT...), set tax Fee, set win/lose ratio... Please don't hesitate email me: khoapham.com@gmail.com

Thank you.

About


Languages

Language:Solidity 70.8%Language:CSS 13.6%Language:EJS 7.8%Language:JavaScript 7.8%