Common Vyper contracts.
- python3 version 3.6 or greater, python3-dev
- ganache-cli - tested with version 6.11.0
Dispersion contracts are compiled using Vyper, however installation of the required Vyper versions is handled by Brownie.
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/dispersion-fi/contract.git
cd contract
pip3 install -r requirements.txt
The test suite contains common tests. To run the entire suite:
brownie test
Copyright (c) 2021, ForestFriends - All rights reserved.