Getting Started
Installation
Clone the project and install dependencies:
git clone https://github.com/your-org/maxscan
cd maxscan
npm installSystem Requirements
Node.js 18+
Solana RPC endpoint
PostgreSQL or Redis for persistence
Docker (optional but recommended)
Environment Setup
Create a .env file with:
RPC_URLDATABASE_URLWEBHOOK_URLOptional: logging level, poll interval
Running MaxScan (Local / Docker)
Local:
npm run startDocker:
docker compose up --buildLast updated
