Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

citydaoproject/contracts

Repository files navigation

@citydaoproject/contracts

CityDAO's Solidity smart contracts

Prerequisites

Installation

To install all necessary dependencies, from project root run:

npm ci

Compiling contracts

To compile the contracts, from project root run:

npm run compile