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
- 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
- Clone this repo via the terminal by running "git clone https://github.com/sktwentysix/blockshane.git".
- Go to the project's root directory and run "npm install" to setup the project's dependencies.