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 venv
thensource venv/bin/activate
- Install mkdocs:
pip install mkdocs
- Install matherial theme for mkdocs:
pip install mkdocs-material
- Run
mkdocs serve
to start the local webserver