Skip to content

mimoprotocol/mimo-dao-contracts

Repository files navigation

mimo dao contracts

Smart contracts used in the MIMO Governance DAO.

It is a vyper implementaion based on Curve DAO contracts.

Overview

Testing and Development

Dependencies

Setup

To get started, first create and initialize a Python virtual environment. Next, clone the repo and install the developer dependencies:

git clone https://github.com/mimoprotocol/mimo-dao-contracts.git
cd mimo-dao-contracts
pip install -r requirements.txt

Running the Tests

The test suite is split between unit and integration tests. To run the entire suite:

brownie test

To run only the unit tests or integration tests:

brownie test tests/unitary
brownie test tests/integration

Deployment

See the deployment documentation for detailed information on how to deploy Mimo DAO.

License

This project is licensed under the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published