This commit is contained in:
Alex Grin 2018-09-26 13:31:43 -04:00 committed by GitHub
parent ae8bd6e036
commit 3295323772
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,10 +20,10 @@ For this example, we will use claimID `d9317ac7842f88ba442fee749c4f834353c24206`
- parsing metadata gets you **sd hash** and fee info - parsing metadata gets you **sd hash** and fee info
- if there is a fee, pay it using the blockchain - if there is a fee, pay it using the blockchain
- dht gets you **peers** for the sd hash - dht gets you **peers** for the sd hash
- blobEx gets **sd blob** from peers - blob exchange gets **sd blob** from peers
- sd blob is parsed to get **content hashes** - sd blob is parsed to get **content hashes**
- dht then blobEx get you the actual **content blobs** - dht then blob exchange get you the **content blobs**
- blobs are decrypted and assembled to form the **file** you - blobs are decrypted and assembled to create the **file**
## Parse the Metadata ## Parse the Metadata