Skip to content

ExpressJS server connecting to CronCat indexer Postgres database

Notifications You must be signed in to change notification settings

CronCats/query-indexer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CronCat Indexer Querier

This project is a basic ExpressJS app that connects to the CronCat indexer datbase (using a read-only user) and helps perform useful queries.

See the src/queries directory for a list of files that contain database queries.

You may use Postman to hit the database at:

http://localhost:8080/txs

Start

npm i
cp .env.template .env

Change environment variables in .env

npm run go

Ctrl + C to cancel

About

ExpressJS server connecting to CronCat indexer Postgres database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published