Ringtools Server written in Typescript
Go to file
2022-02-07 14:20:41 +01:00
src Improved error handling 2022-02-07 14:20:41 +01:00
test Convert tests to jest, added tls cert/macaroon file support 2022-01-18 18:56:54 +01:00
.env.sample Convert tests to jest, added tls cert/macaroon file support 2022-01-18 18:56:54 +01:00
.eslintrc.json Better project structure 2022-01-14 01:20:19 +01:00
.gitignore Prepare for bundling with frontend 2022-01-18 14:23:25 +01:00
.prettierrc Initial commit 2022-01-13 01:52:02 +01:00
.taprc Better project structure 2022-01-14 01:20:19 +01:00
docker-compose.yml Added Docker support files 2022-01-14 01:36:28 +01:00
Dockerfile Added Docker support files 2022-01-14 01:36:28 +01:00
jest.config.js Better project structure 2022-01-14 01:20:19 +01:00
LICENSE Added README and LICENSE 2022-01-13 01:56:27 +01:00
package.json Clean up packages 2022-01-18 23:28:57 +01:00
README.md Added README and LICENSE 2022-01-13 01:56:27 +01:00
tsconfig.json Added Docker support files 2022-01-14 01:36:28 +01:00
yarn.lock Clean up packages 2022-01-18 23:28:57 +01:00

Ringtools Server

A rewrite of the Ringtools PubSub server for LND, previously written in Python. Does not depend on gRPC, but uses the LND REST server and WebSockets instead.