This project was developed as a module coursework.
Imperial College London: MSc in Computing (Software Engineering)
Module: Principless of Distributed Ledgers
Project Description: Found in included report
This project was bootstrapped with Create React App.
-
Firstly, deploy our smart contract found in src/cryptomons.sol. We tested this localy on a private blockchain using Ganache
-
In the main file of our user interface src/App.js specify the address where you deployed the contract in the constant CONTRACT_ADDRESS.
-
Install the metamask extension on your browser to handle your provate blockchain account. the project has been tested with the Chrome and Mozilla browsers.
-
In the project directory run:
npm install
This installs all the necessary dependencies to build our applicationnpm start
This runs the app in development mode. -
Open http://localhost:3000 to view it in the browser. You can see all the Cryptomons owned by the current metamask account and play the game.