Aragon DAO Template for continuous issuance and bottom up fund allocation.
To deploy a Gardens DAO to localhost:
- Install dependencies
$ cd packages/hardhat
$ yarn
- Run a local hardhat blockchain (configured as a fork of xDAI). It deploys the Gardens Template automatically.
$ yarn chain
-
Configure your DAO in
packages/hardhat/params-boboli.json
orpackages/hardhat/params-veneto.json
depending of the type of garden you want to deploy. -
Deploy the DAO:
$ yarn new:garden:boboli -- --network localhost
Check our documentation for a detailed guide on how to create a Garden with scripts.