/arctic-miner

A web application made for UofTHacks VII allowing users to visualize the concept of blockchain by collecting penguins on an ethereum blockchain.

Primary LanguageJavaScript

BlockchainGame

Basic blockchain game that allows the user to collect penguins, breed them as well as trade them. All penguins are stored on the ethereum blockchain.

Following dependencies in order to use the smart contracts: solidity 0.4.24

To compile the contracts first enter the following commands in the contracts folder:
npm install truffle
npm install babel-register
npm install babel-polyfill
npm install solc@0.4.25
truffle compile