Skip to content

taikoxyz/dao-mono

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taiko DAO Monorepo

This repository is a monorepo for the Aragon Taiko DAO project. It contains the following packages:

  • taiko-contracts: The smart contracts for the Taiko DAO.
  • taiko-ui: The frontend for the Taiko DAO.

Sync with source repositories

To keep taiko-contracts and taiko-ui up to date with their respective source repositories, run the following commands:

pnpm pull:ui
pnpm pull:contracts