This is a Node-based API for Stellar, the next generation mirage.
See the compose repository for the fastest way to spin up an instance of Stellar.
- Node.js (only LTS version supported)
git clone https://github.com/orphic-inc/stellar-api.git api
cd api
npm i
npm start
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 |