/PoktNest

Pokt network indexer built with NestJS and postgres

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

PoktNest is a blockchain indexer for the pocket network, built with NestJS and postgres.

Getting Started

Install Docker and Compose Plugin

https://docs.docker.com/engine/install/ https://docs.docker.com/compose/install/linux/

Clone the library

$ git clone https://github.com/icculp/PoktNest
$ cd PoktNest

Modify the variables in example.env to suite your environment and rename to .env, then create the postgres service:

docker compose  up -d

Install the indexer service as follows:

$ yarn install

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Feedback and Support

Reference