Rough progress on the web library.
You can now demo viewing a file or downloading a file by naddress
Try the following links (non-TLS for right now).
If it had an image mimetype you'll see an image load up. If it's another type of file you can click to download the file.
The first 2 are images the last one is the bitcoin white paper
This is all client side connecting to the Derby storage node.
It will look for the data descriptor event using the naddr data. It will verify the data with the merkel root.
It will download the blocks and verify the blocks match the reported hashes and sizes.
Totally unoptimized but exciting progress!