Council to use together with tally's optimistic governor.
To use the Tally Council, follow these steps:
-
Install the package by running
pnpm install @tallyxyz/council
. -
Import the factory module into your code:
import "@tallyxyz/council/contracts/Council.sol";
- Mock is an example on how to implement it.
To deploy it you have to run the following:
# run all deploy scripts in the deploy folder
npx hardhat deploy
pnpm test
Contributions are welcome! Refer to the contributing guidelines to get started.
This package is licensed under the MIT License.