GithubHelp home page GithubHelp logo

msfeldstein / stellar-anchor-server Goto Github PK

View Code? Open in Web Editor NEW

This project forked from accordeiro/stellar-anchor-server

0.0 2.0 0.0 277 KB

An example implementation of a Stellar anchor server ๐Ÿš€

License: Apache License 2.0

Python 99.33% HTML 0.67%

stellar-anchor-server's Introduction

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. Install redis: $ brew install redis (on macOS)
  3. Inside the repo's root, install the project's dependencies: $ pipenv install
  4. 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
  5. Run the database migrations: $ pipenv run python src/manage.py migrate
  6. Run the redis server in the background: $ redis-server --daemonize yes
  7. Run celery: $ pipenv run celery worker --app app --beat --workdir src -l info
  8. Run the project: $ pipenv run python src/manage.py runserver

stellar-anchor-server's People

Contributors

accordeiro avatar debnil avatar tomquisel avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.