Skip to main content

Installation

⚡️ TributeDAO Framework provides you a set of modular and extensible smart contracts to launch your DAO with minimal costs.

Requirements#

warning

Make sure you are on the branch release-v2.4.0 which is the version that contains the contracts integrated with TributeUI.

Creating the project#

The easiest way to start with TributeDAO Framework is to use the command line tool to clone the Github repository, and install all the project dependencies.

Clone and access the tribute-contracts Github repo:

git clone https://github.com/openlawteam/tribute-contracts.git
cd tribute-contracts

Fetch and checkout the branch release-v2.4.0:

git fetch origin release-v2.4.0
git checkout release-v2.4.0

Let's move to the next section to build and compile the DAO contracts.

Problems?#

Ask for help on Discord or on GitHub Discussions.