NostrRelay: Difference between revisions

From Traxel Wiki
Jump to navigation Jump to search
No edit summary
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
* Nostr Relay
* Nostr Relay
** https://github.com/lnbits/nostrrelay
** https://github.com/lnbits/nostrrelay
** It is a module for running in LNbits: https://github.com/lnbits/lnbits
* FastAPI (web app toolkit used by Nostr Relay)
* FastAPI (web app toolkit used by Nostr Relay)
** Broadly similar to Flask - web app toolkit
** Broadly similar to Flask - web app toolkit
Line 14: Line 15:
*** https://github.com/encode/uvicorn
*** https://github.com/encode/uvicorn
*** https://www.uvicorn.org/
*** https://www.uvicorn.org/
* Lightning
** Bitcoin micropayment network.
** About $0.01 per transaction.
** https://coincharge.io/en/how-much-does-a-lightning-payment-cost/
** Sats (Satoshis) are BTC/100,000,000 (100mm)

Latest revision as of 02:25, 4 October 2023

Links