duality-labs / hapi-indexer

A Node.js based indexer for the Duality Cosmos chain
1 stars 0 forks source link

Make local HTTPS indexer easier to run #57

Closed dib542 closed 9 months ago

dib542 commented 9 months ago

The indexer without a local SSL certificate will run without SSL. But in much of the indexer documentation it is assumed that users have a HTTPS indexer for the purpose of HTTP/2 event streaming (see https://github.com/duality-labs/hapi-indexer/issues/28)

The Docker and VSCode dev container environment could generate these files automatically upon container creation. The scripts for these could also be used as an example of how to set up this state without a Docker environment.