|
|
|
|
|
by marknadal
3064 days ago
|
|
Browsers now have the native Web Crypto API which makes doing fully P2P end to end encrypted decentralized applications possible. For instance, here is a demo of a social network dApp I built that is running a distributed correctness test across many real world devices that are updating character-by-character in realtime: https://youtu.be/C3akdQJs55E (fully P2P and encrypted!) I know blockstack has been pushing this but they still require their own browser. Meanwhile you can build apps like above as easily as 40 lines of code and a few minutes, check out this interactive coding tutorial: https://scrimba.com/c/c2gBgt4 |
|