Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 468 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 468 Bytes

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 [email protected]
truffle compile