Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.72 KB

README.md

File metadata and controls

51 lines (33 loc) · 1.72 KB

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.