Last Updated: 2025-11-15
Complete quick reference for all available commands and quick navigation links.
👉 Index of Indexes ⭐ - START HERE - Master navigation hub for all documentation
Single entry point to navigate all 200+ documents. Use this to find any documentation quickly.
# Start the bot
npm start
# Start with auto-restart (production)
npm run start:keep-alive
# Dry run (test without sending transactions)
npm start -- --dry-run
# Build TypeScript
npm run build
# Query wallet balance
npm run query-balance# Find your token IDs
npm run find-tokens
# Calculate unlock time from timer
npm run calc-unlock "HH:MM:SS"
# Verify contracts and configuration
npm run verify-contracts
# Test RPC endpoints
npm run test-rpcs# Analyze successful mints
npm run analyze:mints:known
# Latency probe
npm run latency-probe
# Audit units
npm run audit:units
# Post-mortem analysis
npm run post-mortem# Post-integration test
npm run test:post-integration
# Smoke test
npm run test:smoke
# Critical scenarios
npm run test:critical
# All test scenarios
npm run test:all- README.md - Project overview
- docs/GETTING_STARTED.md - First-time setup
- docs/guides/QUICK_START_NOW.md - 5-minute quickstart
- docs/CONFIGURATION_GUIDE.md - Complete config reference
- CONFIGURATION_FILES_INDEX.md - Config files index
- docs/ARCHITECTURE.md - System design
- docs/EXECUTION_FLOW.md - How it works
- docs/CONCEPTS.md - Key concepts explained
- MINT_WINDOW_READINESS_ANALYSIS.md ⭐ LATEST - Current readiness status
- DEEP_AUDIT_REPORT_2025-11-14.md - Latest audit
- docs/COMPREHENSIVE_STATUS_2025-11-14.md - Complete status
- docs/INDEX_OF_INDEXES.md ⭐⭐ - MASTER INDEX - Single entry point for all 200+ documents
- Indexes all other indexes (Guides, Audits, Analysis, Research, etc.)
- Complete navigation hub with multiple discovery methods
- Use this first to find any documentation
- docs/DOCUMENTATION_INDEX.md - Complete documentation index
src/- Main bot codesrc/index.ts- Main entry pointsrc/config.ts- Configurationsrc/lockfile.ts- Lock file managementsrc/nonceStore.ts- Nonce state management
scripts/- Utility scriptsscripts/query-balance.ts- Balance queryscripts/verify-contracts.ts- Contract verificationscripts/latency-probe.ts- RPC latency testing
docs/- All documentationdocs/guides/- User guides (27 guides)docs/audits/- Audit reports (105+ audits)docs/analysis/- Analysis reports (86+ reports)
.env- Active configuration (gitignored).env.example- Configuration templateenv.example.battering-ram- Battering Ram mode template
npm run query-balance
npm run test-rpcs# 1. Verify configuration
npm run verify-contracts
# 2. Check balance
npm run query-balance
# 3. Test RPCs
npm run test-rpcs
# 4. Dry run
npm start -- --dry-run
# 5. Start bot
npm run start:keep-alive- docs/guides/TROUBLESHOOTING_BALANCE_ISSUES.md - Balance issues
- docs/guides/TROUBLESHOOTING_RPC_FILTERING.md - RPC issues
- docs/guides/RUNBOOK.md - Complete runbook
- All critical fixes applied
- Nonce management fixed
- Gas bump logic verified
- Lock file race condition fixed
- State file race condition fixed
- Master Index: docs/INDEX_OF_INDEXES.md
- Root Files: ROOT_FILES_INDEX.md
- Scripts: scripts/SCRIPTS_INDEX.md
- Data Files: DATA_FILES_INDEX.md
- Index of Indexes ⭐ - START HERE - Master navigation hub for all indexes
- Documentation Index - Complete documentation index
- Audit Index - Complete audit index (80+ audits)
- Analysis Index - Complete analysis index (80+ reports)
- Guides Index - Complete guides index (27 guides)
- Research Index - Research documents index
- Cross-Reference Map - Relationships between documents
- Timeline Index - Chronological index (117+ cross-references)
- Changelog - All changes (67+ cross-references)
- Root Files Index - Complete root directory index
- Scripts Index - All utility scripts
- Configuration Files Index - Configuration reference
- Data Files Index - Data files reference
For complete documentation navigation, see: docs/INDEX_OF_INDEXES.md ⭐