/Eth-Guessing-Game

Ethereum Number Guessing game DApp

Primary LanguageJavaScript

Ethereum Number Guessing game DApp

Results of tutorial created by Merunas Grincalaitis. For a full detailed walkthrough of how to set up this game from scratch, you can read his tutorial here: https://medium.com/@merunasgrincalaitis/the-ultimate-end-to-end-tutorial-to-create-and-deploy-a-fully-descentralized-dapp-in-ethereum-18f0cf6d7e0e

Stack

  • Truffle Framework - Offers a javascript framework for building smart contracts in Solidity.
  • React - Frontend UI
  • web3js - Offers interaction between JS and Ethereum
  • Webpack - Asset bundler for JS and CSS

Setup

  1. Clone this repo via the terminal by running "git clone https://github.com/sktwentysix/blockshane.git".
  2. Go to the project's root directory and run "npm install" to setup the project's dependencies.