/juice-kickstart-governance

A helper to launch a (or reconfigure an existing) project on Juicebox preconfigured to use on-chain governance

Primary LanguageSolidity

juice-kickstart-governance (WIP)

A helper to launch a (or reconfigure an existing) project on Juicebox preconfigured to use on-chain governance.

Motivation

On-chain governance is hard to configure for regular users and may cause irreverisable damage to a project if configured incorrectly.

Install Foundry

To get set up:

  1. Install Foundry.
curl -L https://foundry.paradigm.xyz | sh
  1. Install external lib(s)
git submodule update --init

then run

forge update

If git modules are failing to clone, not installing, etc (ie overall submodule misbehaving), use git submodule update --init --recursive --force

  1. Run tests:
forge test
  1. Update Foundry periodically:
foundryup