This repository contains a dappsy code
The first things you need to do are cloning this repository and installing its dependencies:
git clone https://github.com/Mthew/DappSy.git
cd dappsy
yarn run sc:install
Once installed, let's run Hardhat's testing network:
yarn run sc:node
Then, on a new terminal, go to the harhat root folder and run this to deploy your contract:
yarn run sc:deploy
Finally, we can run the frontend with:
yarn run next:install
yarn run next:dev