Skip to content

0xneves/indexer-kadena

 
 

Repository files navigation

Kadindexer - Kadena Indexer

Build Lint

Requirements

  • Install dependencies.
  • See individual package READMEs for specific prerequisites.

Installation

Install dependencies with the following command:

yarn install

Quick Start

This is the quickest way to get the indexer running.

Install Docker.

Fill the .env file in the indexer folder. See Environment Variables Reference.

cp indexer/.env.template indexer/.env

To start all services:

yarn indexer dev

NOTE: Using the Postgres image with the composer requires the database DB_USERNAME defaulting to postgres.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 89.4%
  • PLpgSQL 4.5%
  • Go 3.8%
  • HCL 1.4%
  • JavaScript 0.4%
  • Shell 0.3%
  • Dockerfile 0.2%