Skip to content

accordeiro/stellar-anchor-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages