Giter Club home page Giter Club logo

supernode-flask's Introduction

supernode-flask

Ubuntu 18.04 dependencies

sudo apt install python3-pip sudo pip3 install pipenv

Development

Migrate the database

make migrate

This will create database.sqlite3

Fake invoices

Set FAKE_INVOICES=1 to prevent flask from talking to lnd. See Makefile.

Invoice API

Get an invoice (payment request) for a given product

$ curl -X POST http://localhost:5000/apiv1/shop/make-invoice -H 'content-type: application/json' -d '{"product": "web-haiku"}'
{
 "payment_request": "FAKE_c1be386d-fc63-4aa6-845d-fb4c0c77635f",
 "satoshis": 125000
}

Check if an invoice (payment request) has been paid

Use the payment_request to check the status of the invoice:

$ curl http://localhost:5000/apiv1/shop/invoice/FAKE_c1be386d-fc63-4aa6-845d-fb4c0c77635f
{
  "paid": false,
  "payment_request": "FAKE_127c07ec-fd58-4b91-bcf0-bc7bb8c00180"
}

supernode-flask's People

Contributors

idrysdale avatar

Watchers

 avatar

supernode-flask's Issues

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.