Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/navcoin/navexplorer-indexer-go
NavExplorer indexer written in Golang
https://github.com/navcoin/navexplorer-indexer-go
golang navcoin
Last synced: about 5 hours ago
JSON representation
NavExplorer indexer written in Golang
- Host: GitHub
- URL: https://github.com/navcoin/navexplorer-indexer-go
- Owner: navcoin
- Created: 2019-08-15T15:25:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-07T04:47:00.000Z (9 months ago)
- Last Synced: 2024-04-14T04:36:08.505Z (7 months ago)
- Topics: golang, navcoin
- Language: Go
- Homepage: https://www.navexplorer.com
- Size: 458 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NavExplorer Indexer
Indexer for NavExplorer.com
## Requirements
- Go 1.14 or higher
- Elasticsearch 8.2.2 or higher
- [navcoin-core](https://github.com/navcoin/navcoin-core)## Local Setup
Copy `.env.example` contents to `.env` file.
```sh
# Install Go deps
go mod tidy# Install dependency injection script
bin/di# Run indexer
go run cmd/indexerd/main.go
```