Reflections (Mon-Fri)
Last updated
Last updated
👋 What I learnt — 💌
The fundamental concept that underlines Bitcoin and the Lightning Network - fairness protocol
Security primitives needed for fairness protocol in cryptographic systems, some examples include
Hash functions to fingerprint data
Digital signatures for authentication, nonrepudiation and proof of ownership of a secret
Encryption/decryption
How to connect to LND via RESTful APIs
👋 Aha moment — 💌
Hash Time-lock contracts (HTLC)
Connecting to LND via REST
👋 To learn — 💌
More on HTLCs
👋 What I learnt — 💌
Payment channels, which can be said to be a financial relationship between two Lightning nodes.
LND REST and GRPC APIs and how to set up a local NodeJS server which calls LND Rest APIs
👋 Aha moment — 💌
Basis of Lightning Technology (BOLT) - The formal protocol specification for Lightning
👋 To learn — 💌
Consuming LND REST APIs on a UI
👋 What I learnt — 💌
Lightning nodes, their types and how to operate one.
Lightning network protocol suite
👋 Aha moment — 💌
Setting up RTL on my personal node as highlighted in Mastering Lightning book https://lnbook.256k1.dev/#rtl
👋 To learn — 💌
Getting the most out of my personal node
👋 What I learnt — 💌
Consuming LND REST APIs from a mobile app UI
Deep dive on how Lightning Payment channels are constructed
Using websockets with Lightning REST API endpoints
👋 Aha moment — 💌
Lightning Network punishment for when cheating happens
👋 To learn — 💌
Routing payment channels