Skip to content

Mthew/DappSy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

D A P P S Y

This repository contains a dappsy code

Quick start

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