Skip to content

mezonai/mmn-tx-explorer

Repository files navigation

mmn-tx-explorer

Mezon Mainnet Transaction Explorer

#Quick start

for database:

   cp .env.example .env

for indexer:

    cp indexer/configs/config.example.yml indexer/configs/config.yml
    cp indexer/configs/secrets.example.yml indexer/configs/secrets.yml

docker compose up --build

run indexer with go for development

    cd indexer
    docker-compose up -d postgres
    go build -o main -tags=production
    ./main migrate-postgres
    ./main orchestrator   # Starts the indexer
    ./main api           # Starts the API server

About

Mezon Mainnet Transaction Explorer

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors