Skip to content

API for the next generation mirage.

License

Notifications You must be signed in to change notification settings

orphic-inc/stellar-api

Repository files navigation

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