obrien-k / stellar-api

API for the next generation mirage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stellar API

This is a Node-based API for Stellar, the next generation mirage.

Quick Start

See the compose repository for the fastest way to spin up an instance of Stellar.

Requirements

  • Node.js (only LTS version supported)

Development Environment

git clone https://github.com/orphic-inc/stellar-api.git api
cd api
npm i
npm start

Configuration

Variable Description Default
STELLAR_AUTH_JWT_SECRET Secret for signing JWTs undefined
STELLAR_LOG_LEVEL Winston log level info
STELLAR_LOG_TIME_FMT Winston log timestamp format undefined
STELLAR_HTTP_PORT API listening port 8080
STELLAR_HTTP_CORS_ORIGIN API CORS origin to whitelist undefined

About

API for the next generation mirage.

License:MIT License


Languages

Language:JavaScript 92.2%Language:Dockerfile 4.9%Language:Shell 2.9%