Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 727 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 727 Bytes

Tally Council

Council to use together with tally's optimistic governor.

Usage

To use the Tally Council, follow these steps:

  1. Install the package by running pnpm install @tallyxyz/council.

  2. Import the factory module into your code:

    import "@tallyxyz/council/contracts/Council.sol";
  1. Mock is an example on how to implement it.

Deploy

To deploy it you have to run the following:

# run all deploy scripts in the deploy folder
npx hardhat deploy

Testing

pnpm test

🤝 Contributions

Contributions are welcome! Refer to the contributing guidelines to get started.

License

This package is licensed under the MIT License.