An open API service indexing awesome lists of open source software.

https://github.com/interledger4j/ilp-spsp-server

An Interledger SPSP server with stateless stream receiver.
https://github.com/interledger4j/ilp-spsp-server

Last synced: about 2 months ago
JSON representation

An Interledger SPSP server with stateless stream receiver.

Awesome Lists containing this project

README

          

# ilp-spsp-server
An Interledger SPSP server with stateless stream receiver.

# Docker

To push a new docker image, issue the following command:

```bash
mvn package -DskipTests -DskipITs -Pdocker
```