stellar / freighter-backend

Freighter's indexer integration layer and general backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Freighter-Backend

Freighter's indexer integration layer and general backend

Prerequisites

You will need

Development

This application relies on a Redis instance when MODE=production, you can either run docker compose up to use docker to stand up a Redis or you can start one on the standard port manually. If you're running in development mode, it uses a memory store.

To start the server in development mode, run: yarn i && yarn start

Production build

yarn build:prod

Mercury Details

This project integrates with Mercury, an indexer for Stellar/Soroban. You can find general developer documentation (in their repo docs)[https://github.com/xycloo/merury-developers-documentation/blob/main/src/SUMMARY.md].

About

Freighter's indexer integration layer and general backend


Languages

Language:TypeScript 98.2%Language:JavaScript 1.1%Language:Makefile 0.5%Language:Dockerfile 0.1%Language:Shell 0.1%