Welcome to the Dune docs!
Dune is a crypto analytics tool by and for the community.
These docs are open source and built with Material for MkDocs.
Any contributions are welcome, from spelling mistakes to entire guides on the EVM. Just submit a PR.
If you'd like to run the docs locally, follow these instructions.
Setup your local python 3 environment, e.g. with Miniconda.
Install the python libraries:
pip install -r requirements.txt
Run the docs locally:
mkdocs serve