lssleo / game-of-chance

This is smart contact game with random winner.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game of Chance

This is smart contract that deploys on blockchain. This is the game. Winner is selected randomly.

Requirements:

  • Yarn
  • Node.js
  • HardHat

QuickStart:

git clone https://github.com/lssleo/game-of-chance
cd game-of-chance
yarn init -y
yarn add --dev hardhat

Usage:

Deploy at local network:

yarn hardhat deploy

Testing:

yarn hardhat test

Test Coverage:

yarn hardhat coverage

Powered with:

About

This is smart contact game with random winner.


Languages

Language:JavaScript 75.7%Language:Solidity 24.3%