Quickstart

This guide will get you started with HeatMap's meme coin analysis tools.

Install HeatMap

git clone https://github.com/heatmap/heatmap.git
cd heatmap

Setup dependencies

We recommend using uv to manage your dependencies.

uv venv
source venv/bin/activate
uv sync

Configure your environment

Create a .env file with your API keys:

HEATMAP_API_KEY=your_api_key
TELEGRAM_BOT_TOKEN=optional_telegram_token

Start the web interface

npm run dev

What's next?

Was this page helpful?