This repository contains documentation relating to the usage and testing of the liquality swap interface.
This documentation uses mkdocs, please follow this steps to contribute:
- Install VirtualEnv, run
pip install virtualenv - Use the env created:
virtualenv -p python3 venvthensource venv/bin/activate - Install mkdocs:
pip install mkdocs - Install matherial theme for mkdocs:
pip install mkdocs-material - Run
mkdocs serveto start the local webserver