Ringtools Server written in Typescript
Go to file
2024-03-30 08:52:20 +01:00
.yarn Update dependencies 2022-06-06 22:08:21 +02:00
src Dependency updates and bugfix 2022-08-05 17:23:49 +02:00
test Convert tests to jest, added tls cert/macaroon file support 2022-01-18 18:56:54 +01:00
.env.sample Add donate functionality 2022-04-22 01:05:18 +02:00
.eslintrc.json Upgrade dependencies and add socks proxy support 2022-04-17 22:59:36 +02:00
.gitignore Migrate to yarn 3 2022-05-17 11:12:42 +02:00
.prettierrc Initial commit 2022-01-13 01:52:02 +01:00
.taprc Better project structure 2022-01-14 01:20:19 +01:00
.yarnrc.yml Update dependencies 2022-06-06 22:08:21 +02: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 Dependency updates 2024-03-30 08:52:20 +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 Dependency updates 2024-03-30 08:52:20 +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.