Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 626 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 626 Bytes

Dune Docs

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.

Install

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