Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 371 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 371 Bytes

NavExplorer Indexer

Indexer for NavExplorer.com

Requirements

  • Go 1.14 or higher
  • Elasticsearch 8.2.2 or higher
  • navcoin-core

Local Setup

Copy .env.example contents to .env file.

# Install Go deps
go mod tidy

# Install dependency injection script
bin/di

# Run indexer
go run cmd/indexerd/main.go