A collection of tools and utilities for backfilling, mirroring, and analyzing the ATProtocol network.
# get the repo
git clone https://github.com/blebbit/atmunge
cd atmunge
# install the cli
make install
# [ you can make a separate working dir if you like ]
# setup the env
cp env-example .env
# start the db for plc/accounts
docker compose up -d db
# run db migrations
atmunge db migrate
uv sync
Varaious parts of atmunge require some extra tools
If you are backfilling large parts of the network, you're going to want a big disk(s)
The guides are in the ./docs directory
Jupyter Notebook
94.9%
Go
4.0%
A collection of tools and utilities for backfilling, mirroring, and analyzing the ATProtocol network.
# get the repo
git clone https://github.com/blebbit/atmunge
cd atmunge
# install the cli
make install
# [ you can make a separate working dir if you like ]
# setup the env
cp env-example .env
# start the db for plc/accounts
docker compose up -d db
# run db migrations
atmunge db migrate
uv sync
Varaious parts of atmunge require some extra tools
If you are backfilling large parts of the network, you're going to want a big disk(s)
The guides are in the ./docs directory
Jupyter Notebook
94.9%
Go
4.0%