accordeiro / stellar-anchor-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stellar Anchor Server – Example Implementation

CircleCI Coverage Status

This project is a WIP example implementation of a Stellar anchor server.

Its goal is to provide a community example implementation of SEP 6 (and related SEPs 9, 10 and 12) to make it easier for anchors to integrate with the Stellar network, and enable wallets to seamlessly integrate with said anchor.

You can check the project's roadmap here.

Running the project locally

This project was built using Pipenv.

  1. Install pipenv: $ brew install pipenv (on macOS)
  2. Inside the repo's root, install the project's dependencies: $ pipenv install
  3. You'll need a .env file (or the equivalent env vars defined). We provide a sample one, which you can copy and modify: $ cp .env.example .env
  4. Run the database migrations: $ pipenv run python src/manage.py migrate
  5. Run the project: $ pipenv run python src/manage.py runserver

About

License:Apache License 2.0


Languages

Language:Python 99.2%Language:HTML 0.8%