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.
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