transfer-server icon indicating copy to clipboard operation
transfer-server copied to clipboard

Test instance is currently deployed to

Stellar Anchor

CircleCI Quality Gate Status

IMPORTANT DISCLAIMER: This code should not be used in production without a thorough security audit.

How to run the project

Before running the project, follow the following steps to customize your environment.

cp .env.example .env
cp assets.json.example config/assets.json

adjust values in .env and assets.json according to your preferences

npm i
npm run build
npm start

Run node bootstrap.js before npm start if you need to create accounts

Security vulnerability disclosure

Please report suspected security vulnerabilities in private to [email protected]

Please do NOT create publicly viewable issues for suspected security vulnerabilities.