Skip to content

DALN-app/monorepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monorepo README

Prerequisites

Installation

npm i

Generating files

When you make changes to the contracts, you will need to generate new typescript files for the frontend to use. This is done by running the following commands:

  1. Generate solidity files, run:

yarn core:generate

  1. Generate webapp files, run:

yarn web:generate

Running the hardhat local server

  1. Start the hardhat local server by running:

npm run core:dev

Running the Next.js frontend

  1. Start the Next.js frontend by running:

npm run web:dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages