Blockstream / greenlight

Build apps using self-custodial lightning nodes in the cloud
https://blockstream.github.io/greenlight/getting-started/
MIT License
117 stars 27 forks source link

testserver: Standalone Greenlight testserver for non-python projects #539

Open cdecker opened 2 weeks ago

cdecker commented 2 weeks ago

This uses the gl-testing library, and builds a standalone server to test against. We currently expose four interfaces:

All of these will listen to random ports initially. We write a small file metadata.json which contains the URIs and ports for the first three, while the node's URI can be retrieved from the scheduler, since these are spawned on demand as users register.

Depends #536