Ringtools Server written in Typescript
Go to file
Djuri Baars fa7fbd5054 Bugfix
2022-01-17 22:10:43 +01:00
public Initial commit 2022-01-13 01:52:02 +01:00
src Bugfix 2022-01-17 22:10:43 +01:00
test Fixed test files 2022-01-14 01:38:58 +01:00
.env.sample No more reject unauthorized 2022-01-16 00:30:52 +01:00
.eslintrc.json Better project structure 2022-01-14 01:20:19 +01:00
.gitignore Initial commit 2022-01-13 01:52:02 +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 Upgrade and remove dependencies 2022-01-16 01:29:21 +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 Upgrade and remove dependencies 2022-01-16 01:29:21 +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.