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
This project supports Claude Code. The CLAUDE.md file is gitignored since it may contain personal workflow preferences. To create one:
- Run
/initinside Claude Code, or - Copy
CLAUDE.md.examplefrom a teammate
If you make changes to CLAUDE.md that should be shared, commit it with git add -f CLAUDE.md.
| 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 |