This commit is contained in:
shocknet-justin 2024-09-10 15:42:33 -04:00
parent 99e289c812
commit a269a8380f
2 changed files with 5719 additions and 5718 deletions

View file

@ -53,8 +53,8 @@ By solving the networking and programability hurdles, Pub provides Lightning wit
## Planned Features ## Planned Features
- [ ] A management dashboard is actively being integrated into [ShockWallet](https://github.com/shocknet/wallet2) - [x] A management dashboard is actively being integrated into [ShockWallet](https://github.com/shocknet/wallet2)
- [ ] Nostr native "offers" (successor to LNURL-Pay, Lightning Address, Bxlt12) - [x] NIP-69 Nostr native "offers"
- [ ] P2P "LSP" coordination for channel batching over Nostr - [ ] P2P "LSP" coordination for channel batching over Nostr
- [ ] Event Notifications - [ ] Event Notifications
- [ ] Swap integration - [ ] Swap integration

1
package-lock.json generated
View file

@ -42,6 +42,7 @@
"ts-node": "^10.7.0", "ts-node": "^10.7.0",
"ts-proto": "^1.131.2", "ts-proto": "^1.131.2",
"typeorm": "0.3.15", "typeorm": "0.3.15",
"typescript": "^5.5.4",
"uuid": "^8.3.2", "uuid": "^8.3.2",
"websocket": "^1.0.34", "websocket": "^1.0.34",
"websocket-polyfill": "^0.0.3", "websocket-polyfill": "^0.0.3",