This repository is a monorepo containing both the client-side application and the smart contract for the DApp Demo project.
client/
: The client-side application built with modern web technologies.contract/
: The smart contract code for the DApp, written in Solidity.
To get started with the DApp Demo project, you need to first set up and start the smart contract part, and then the client part.
Navigate to the contract/
directory and follow the instructions in its own README file to set up and deploy the smart contract.
After setting up the smart contract, navigate to the client/
directory and follow the instructions in its own README file to start the client application.
This project is licensed under the MIT License.