Skip to content

StamatisKourkoutas/DApp-Collectible-Card-Game-with-React-Front-end

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cryptomons: A DApp Collectible Card Game with a React Front-end.


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.

Steps for deployment and use of our Cryptomons DApp

  • 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 application

    npm 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published