Skip to content

Latest commit

 

History

History

hardhat

Garden Template

Aragon DAO Template for continuous issuance and bottom up fund allocation.

Localhost deployment

To deploy a Gardens DAO to localhost:

  1. Install dependencies
$ cd packages/hardhat
$ yarn
  1. Run a local hardhat blockchain (configured as a fork of xDAI). It deploys the Gardens Template automatically.
$ yarn chain
  1. Configure your DAO in packages/hardhat/params-boboli.json or packages/hardhat/params-veneto.json depending of the type of garden you want to deploy.

  2. Deploy the DAO:

$ yarn new:garden:boboli -- --network localhost

Network deployment

Check our documentation for a detailed guide on how to create a Garden with scripts.