Skip to the content.

AtlasP2P Documentation

Welcome to the AtlasP2P documentation - a professional, production-ready P2P network visualization platform for cryptocurrency blockchains.

GitHub License: MIT


πŸš€ Quick Start

Deploy a node map for your cryptocurrency in 3 simple steps:

1. Edit Configuration

# config/project.config.yaml
chain: yourcoin
chainConfig:
  name: YourCoin
  ticker: YOUR
  p2pPort: 8333
  magicBytes: "f9beb4d9"

2. Replace Logos

# Use template files as guides
cp your-logo.png apps/web/public/logos/logo.png
cp your-favicon.ico apps/web/public/logos/favicon.ico

3. Deploy

make prod

πŸ“š Documentation Sections

⭐ Forking Guide

Complete step-by-step guide to fork AtlasP2P for your cryptocurrency.

Read Guide β†’

βš™οΈ Configuration

Complete reference for project.config.yaml customization.

Read Docs β†’

🌐 API Reference

RESTful API endpoints for node data, statistics, and network health.

API Docs β†’

πŸš€ Deployment

Production deployment guides for Docker, Kubernetes, AWS, and VPS.

Deploy Guide β†’

πŸ•·οΈ Crawler

P2P network crawler implementation and configuration.

Crawler Docs β†’

πŸ—οΈ Architecture

Technical architecture and system design documentation.

Architecture β†’

πŸ’» Developer Guide

Contribution guidelines, development setup, and common tasks.

Dev Guide β†’

✨ Key Features


πŸ› οΈ Tech Stack

Frontend:

Backend:

Infrastructure:


🎯 Use Cases


πŸ“– Documentation Navigation

Guide Description
Forking Guide Fork this project for your cryptocurrency
Configuration Complete YAML configuration reference
API Reference RESTful API documentation
Deployment Production deployment scenarios
Crawler Guide P2P crawler implementation
Architecture Technical architecture deep-dive
Developer Guide Development setup and contribution guide

🀝 Credits

Built by: RaxTzu Team

Inspired by: Bitnodes.io - Node discovery methodology by Addy Yeow

Core Technologies: Next.js β€’ Supabase β€’ Leaflet β€’ PostgreSQL β€’ Python β€’ Docker β€’ MaxMind GeoIP


πŸ“„ License

MIT License - View Full License

Copyright (c) 2025 RaxTzu Team