This repository is a guide for creating a Smart Contract within a Decentralized Application and integrating it with a React Application.
Before starting, make sure you have the following installed on your system:
Clone this repository to your local machine using Git:
git clone https://github.com/GameAnalyst-Hamza/Decentralized-App.git
Checkout to Project directory:
cd Decentralized-App
Switch branch from main to Contract or D-Application
git checkout Contract
OR
git checkout D-Application
Note:
Contract
andD-Application
contains different reference code for practice checkout relative Readme.md file for whats covered on those branches