# Blockchain

Compute blockchains containing text, images, audio and videos!

# 🔐, 🔑, 🗝, ⭔

A very simple and a very short but a very powerful program:

```kotlin
🔐;

show (⭔🔑);
show (⭔🗝);

show 🔑 also 🗝;

save as 2keys-show-test;
```

<span style="color: rgb(0, 0, 0);">Output</span>

<iframe height="350" id="bkmrk-" src=" https://www.wolframcloud.com/obj/ccn2/AI/freeform/blockchain/publishedtest/certs_free_2keys-show-test_0fcc0f4d" width="600"></iframe>

##### Cloud Object Browser

<iframe height="500" id="bkmrk-" src="https://www.wolframcloud.com/obj/ccn2/AI/freeform/blockchain/publishedtest/certs_free_2keys-show-test" width="600"></iframe>

# ⛓️

```
🔐;

⛓️ ( 
𖤘 "metadata1"->"I am metadata1"
𖤘 "metadata2"->"I am metadata2"
⚲ "I am content1"
⚲ "I am content2"
);

pdfs = "⛓️/pdf";

show pdfs;

save as certificate0-test;
```

<!-- for this to work make sure you'd searched for ⛓️/pdf in the blockchain browser-->
<span style="color: rgb(0, 0, 0);">Output:</span>

<iframe height="100" id="bkmrk-" src="https://www.wolframcloud.com/obj/ccn2/AI/freeform/blockchain/publishedtest/certs_free_certificate0-test_5f956cf5" width="600"></iframe>


##### <span style="color: rgb(0, 0, 0);">Cloud Object Browser</span>

<iframe height="500" id="bkmrk-" src="https://www.wolframcloud.com/obj/ccn2/AI/freeform/blockchain/publishedtest/certs_free_certificate0-test" width="600"></iframe>

##### PDF Certificates

<iframe height="400" id="bkmrk--3" src="https://www.wolframcloud.com/obj/ccn2/freeform/ff/blockchain/bloxberg2/cert_pdf/certs_free_certificate0-test_1.pdf" width="600"></iframe>

<iframe height="400" id="bkmrk--4" src="https://www.wolframcloud.com/obj/ccn2/freeform/ff/blockchain/bloxberg2/cert_pdf/certs_free_certificate0-test_2.pdf" width="600"></iframe>

# Example: Bardcodes

<span style="color: rgb(0, 0, 0);">Any image/photo entering the Free Form language computational container is immediately processed for:</span>

- <span style="color: rgb(0, 0, 0);">Any faces? if yes, highlight and cutout the facial regions and compute them (their properties).</span>
- <span style="color: rgb(0, 0, 0);">Any barcodes or qr-codes? if yes, highlight the barcode regions and read them.</span>
- <span style="color: rgb(0, 0, 0);">Any texts? if yes, OCR the image.</span>
- <span style="color: rgb(0, 0, 0);">Add the necessary post-processing e.g. image annotations</span>
- <span style="color: rgb(0, 0, 0);">Finally collect at the resulting metadata tags 𖤘 and contents ⚲ (to be hashed) and URL export as String</span>

**Case 1**<span style="color: rgb(0, 0, 0);">: Single image multiple barcodes only</span>

[![AdobeStock_738912-1536x1024-2985424236.jpg](https://wiki.compclassnotes.com/uploads/images/gallery/2026-06/scaled-1680-/adobestock-738912-1536x1024-2985424236.jpg)](https://wiki.compclassnotes.com/uploads/images/gallery/2026-06/scaled-1680-/adobestock-738912-1536x1024-2985424236.jpg)

```
//symbol to process barcodes and qrcodes;
𝄃𝄂𝄀𝄁𝄃𝄂;

🔐;

//add name and other information;
⛓️ ( 
𖤘 "type"->"image segmentation"
𖤘 "info"->"qr code detection in photo"
𖤘 "publisher"->"CDN: compdatanotes.com" 
𖤘 "©"->"CC-BY-NC-ND 4.0"
);

show "𝄃𝄂𝄀𝄁𝄃𝄂/index";

show "𝄃𝄂𝄀𝄁𝄃𝄂/bartexts";

save as qr1;
```

<span style="color: rgb(0, 0, 0);">Output</span>

<span style="color: rgb(0, 0, 0);"> "𝄃𝄂𝄀𝄁𝄃𝄂/index"</span>

[![blox_qr.png](https://wiki.compclassnotes.com/uploads/images/gallery/2026-06/scaled-1680-/blox-qr.png)](https://wiki.compclassnotes.com/uploads/images/gallery/2026-06/scaled-1680-/blox-qr.png)

<span style="color: rgb(0, 0, 0);">"𝄃𝄂𝄀𝄁𝄃𝄂/bartexts"</span>

<span style="color: rgb(0, 0, 0);">{"065656915641", "065515000037", "9771468413022", "037000377085", "8435039118747"}</span>

##### <span style="color: rgb(0, 0, 0);">Blockchain Certificate </span>

<span style="color: rgb(0, 0, 0);">"⛓️/certificate" (trimmed text) </span>

[https://www.wolframcloud.com/obj/ccn2/freeform/ff/blockchain/bloxberg2/cert\_json/ff\_free\_blox\_qr.json](https://www.wolframcloud.com/obj/ccn2/freeform/ff/blockchain/bloxberg2/cert_json/ff_free_blox_qr.json)

<span style="color: rgb(0, 0, 0);">There are currently 4 default mandatory items inside the hash list or the CRID and you can obtain the barcode related ones</span>

<span style="color: rgb(0, 0, 0);">Scanned bars as above</span>

[https://www.wolframcloud.com/obj/ccn2/freeform/ff/images/ff\_free\_blox\_qr\_bars.png](https://www.wolframcloud.com/obj/ccn2/freeform/ff/images/ff_free_blox_qr_bars.png)

<span style="color: rgb(0, 0, 0);">JSON containing if any other OCR texts computed from the image</span>

[https://www.wolframcloud.com/obj/ccn2/freeform/ff/images/ff\_free\_blox\_qr\_imagetext.json](https://www.wolframcloud.com/obj/ccn2/freeform/ff/images/ff_free_blox_qr_imagetext.json)

<span style="color: rgb(0, 0, 0);">See the bounding box JSON below addresses as "\_boxes"</span>

[https://www.wolframcloud.com/obj/ccn2/freeform/ff/images/ff\_free\_blox\_qr\_boxes.json](https://www.wolframcloud.com/obj/ccn2/freeform/ff/images/ff_free_blox_qr_boxes.json)

<span style="color: rgb(0, 0, 0);">The String values for the barcodes and the qr codes</span>

[https://www.wolframcloud.com/obj/ccn2/freeform/ff/images/ff\_free\_blox\_qr\_barcodebox.json](https://www.wolframcloud.com/obj/ccn2/freeform/ff/images/ff_free_blox_qr_barcodebox.json)

<span style="color: rgb(0, 0, 0);">"𝄃𝄂𝄀𝄁𝄃𝄂/⚲"</span>

<span style="color: rgb(0, 0, 0);">⚲"https://www.wolframcloud.com/obj/ccn2/freeform/ff/images/certs\_free\_qr1\_bars.png⨁https://www.wolframcloud.com/obj/ccn2/freeform/ff/images/certs\_free\_qr1\_imagetext.json⨁https://www.wolframcloud.com/obj/ccn2/freeform/ff/images/certs\_free\_qr1\_boxes.json⨁https://www.wolframcloud.com/obj/ccn2/freeform/ff/images/certs\_free\_qr1\_barcodebox.json⨁https://www.wolframcloud.com/obj/ccn2/freeform/ff/images/certs\_free\_qr1\_linehighlights.png⨁https://www.wolframcloud.com/obj/ccn2/freeform/ff/images/certs\_free\_qr1\_lineboxes.json"</span>

##### qr-codes or bar-codes bounding box scanning area

<span style="color: rgb(0, 0, 0);">Any geometrical information pertinent to full understanding and computational access for a region of an image or a recognized object is computed and place in appropriate JSON structures. </span>

##### Cloud Object Browser

<iframe height="500" id="bkmrk--2" src="https://www.wolframcloud.com/obj/ccn2/AI/freeform/blockchain/published/certs_free_qr1" width="600"></iframe>

##### PDF Certificate

<iframe height="400" id="bkmrk--3" src="https://www.wolframcloud.com/obj/ccn2/freeform/ff/blockchain/bloxberg2/cert_pdf/certs_free_qr1_1.pdf" width="600"></iframe>

# Example: NASA Ocean Color (MODIS)

##### Ocean Colors?

- T<span style="color: rgb(0, 0, 0);">he MODIS instrument is operating on both the Terra and Aqua spacecraft. It has a viewing swath width of 2,330 km and views the entire surface of the Earth every one to two days. Its detectors measure 36 spectral bands between 0.405 and 14.385 µm, and it acquires data at three spatial resolutions -- 250m, 500m, and 1,000m.</span>
- <span style="color: rgb(0, 0, 0);">Along with all the data from other instruments on board the Terra spacecraft and Aqua Spacecraft, MODIS data are transferred to ground stations in White Sands, New Mexico, via the Tracking and Data Relay Satellite System (TDRSS). The data are then sent to the EOS Data and Operations System (EDOS) at the Goddard Space Flight Center. The Level 1A, Level 1B, geolocation and cloud mask products and the Higher-level MODIS land and atmosphere products are produced by the MODIS Adaptive Processing System (MODAPS), and then are parceled out among three DAACs for distribution. Ocean color products are produced by the Ocean Color Data Processing System (OCDPS) and distributed to the science and applications community.</span>
- [https://oceandata.sci.gsfc.nasa.gov/](https://oceandata.sci.gsfc.nasa.gov/)
- [https://oceandata.sci.gsfc.nasa.gov/gallery/](https://oceandata.sci.gsfc.nasa.gov/gallery/)

<table id="bkmrk--1"><colgroup><col style="width: 240px;"></col><col style="width: 240px;"></col><col style="width: 240px;"></col></colgroup><tbody><tr><td>[![cdn-989e271bb87bf2281d59a19730891b5aacfe5ed8_2_453x499.jpeg](https://wiki.compclassnotes.com/uploads/images/gallery/2026-08/scaled-1680-/cdn-989e271bb87bf2281d59a19730891b5aacfe5ed8-2-453x499.jpeg)](https://wiki.compclassnotes.com/uploads/images/gallery/2026-08/scaled-1680-/cdn-989e271bb87bf2281d59a19730891b5aacfe5ed8-2-453x499.jpeg)

</td><td>[![colors10.jpg](https://wiki.compclassnotes.com/uploads/images/gallery/2026-08/scaled-1680-/colors10.jpg)](https://wiki.compclassnotes.com/uploads/images/gallery/2026-08/scaled-1680-/colors10.jpg)

</td><td>[![colors9.png](https://wiki.compclassnotes.com/uploads/images/gallery/2026-08/scaled-1680-/colors9.png)](https://wiki.compclassnotes.com/uploads/images/gallery/2026-08/scaled-1680-/colors9.png)

</td></tr><tr><td>[![cdn-ac9b06a641ef5ae4494b3826635705988b4dc125_2_298x500.png](https://wiki.compclassnotes.com/uploads/images/gallery/2026-08/scaled-1680-/cdn-ac9b06a641ef5ae4494b3826635705988b4dc125-2-298x500.png)](https://wiki.compclassnotes.com/uploads/images/gallery/2026-08/scaled-1680-/cdn-ac9b06a641ef5ae4494b3826635705988b4dc125-2-298x500.png)

</td><td>[![cdn-9f4229b1d039f4b2411fb13ebac1f4cb0229058e_2_334x500.png](https://wiki.compclassnotes.com/uploads/images/gallery/2026-08/scaled-1680-/cdn-9f4229b1d039f4b2411fb13ebac1f4cb0229058e-2-334x500.png)](https://wiki.compclassnotes.com/uploads/images/gallery/2026-08/scaled-1680-/cdn-9f4229b1d039f4b2411fb13ebac1f4cb0229058e-2-334x500.png)

</td><td>[![cdn-473da26e5ac4b89a1bd3f448522f84138cdbb1e3_2_534x500.png](https://wiki.compclassnotes.com/uploads/images/gallery/2026-08/scaled-1680-/cdn-473da26e5ac4b89a1bd3f448522f84138cdbb1e3-2-534x500.png)](https://wiki.compclassnotes.com/uploads/images/gallery/2026-08/scaled-1680-/cdn-473da26e5ac4b89a1bd3f448522f84138cdbb1e3-2-534x500.png)

</td></tr></tbody></table>

##### <span style="color: rgb(0, 0, 0);">Free Form Script</span>

<span style="color: rgb(0, 0, 0);">Data from several fully coded papers:</span>

[https://www.researchgate.net/publication/400562876\_OCEAN\_COLOR\_Calculus\_NASA\_MODIS-Aqua\_Satellite\_Image\_Data](https://www.researchgate.net/publication/400562876_OCEAN_COLOR_Calculus_NASA_MODIS-Aqua_Satellite_Image_Data)

DOI:[10.13140/RG.2.2.29744.21764](https://doi.org/10.13140/RG.2.2.29744.21764)

[https://www.researchgate.net/publication/400895427\_OCEAN\_COLOR\_Calculus\_Image\_Integration\_NASA\_MODIS-Aqua\_Satellite\_Part\_1-a90](https://www.researchgate.net/publication/400895427_OCEAN_COLOR_Calculus_Image_Integration_NASA_MODIS-Aqua_Satellite_Part_1-a90)

DOI:[10.13140/RG.2.2.33099.66082](https://doi.org/10.13140/RG.2.2.33099.66082)

[https://www.researchgate.net/publication/400895288\_OCEAN\_COLOR\_Calculus\_Image\_Integration\_NASA\_MODIS-Aqua\_Satellite\_Part\_2-a90](https://www.researchgate.net/publication/400895288_OCEAN_COLOR_Calculus_Image_Integration_NASA_MODIS-Aqua_Satellite_Part_2-a90)

DOI:[10.13140/RG.2.2.16322.44482](https://doi.org/10.13140/RG.2.2.16322.44482)

```
//© 2012-Present CCN Studios Creative Commons Attribution- NonCommercial- ShareAlike 4.0 International Public License;

🔐;

//add name and other information;
⛓️ ( 
𖤘 "type"->"image processing"
𖤘 "info"->"NASA Ocean Color"
𖤘 "satellite"->"MODIS"
𖤘  "publisher"->"CDN: compdatanotes.com" 
𖤘 "©"->"CC-BY-NC-ND 4.0"
);

pdfs = "⛓️/pdf";

show pdfs;

save as ocean-colors-certs;
```

<span style="color: rgb(0, 0, 0);">Output:</span>

<span style="color: rgb(0, 0, 0);">"pdfs" ⟶ "({"https://www.wolframcloud.com/obj/ccn2/freeform/ff/blockchain/bloxberg2/cert\_pdf/certs\_free\_ocean-colors-certs\_1.pdf", "https://www.wolframcloud.com/obj/ccn2/freeform/ff/blockchain/bloxberg2/cert\_pdf/certs\_free\_ocean-colors-certs\_2.pdf", "https://www.wolframcloud.com/obj/ccn2/freeform/ff/blockchain/bloxberg2/cert\_pdf/certs\_free\_ocean-colors-certs\_3.pdf", "https://www.wolframcloud.com/obj/ccn2/freeform/ff/blockchain/bloxberg2/cert\_pdf/certs\_free\_ocean-colors-certs\_4.pdf", "https://www.wolframcloud.com/obj/ccn2/freeform/ff/blockchain/bloxberg2/cert\_pdf/certs\_free\_ocean-colors-certs\_5.pdf", "https://www.wolframcloud.com/obj/ccn2/freeform/ff/blockchain/bloxberg2/cert\_pdf/certs\_free\_ocean-colors-certs\_6.pdf", "https://www.wolframcloud.com/obj/ccn2/freeform/ff/blockchain/bloxberg2/cert\_pdf/certs\_free\_ocean-colors-certs\_7.pdf", "https://www.wolframcloud.com/obj/ccn2/freeform/ff/blockchain/bloxberg2/cert\_pdf/certs\_free\_ocean-colors-certs\_8.pdf", "https://www.wolframcloud.com/obj/ccn2/freeform/ff/blockchain/bloxberg2/cert\_pdf/certs\_free\_ocean-colors-certs\_9.pdf", "https://www.wolframcloud.com/obj/ccn2/freeform/ff/blockchain/bloxberg2/cert\_pdf/certs\_free\_ocean-colors-certs\_10.pdf", "https://www.wolframcloud.com/obj/ccn2/freeform/ff/blockchain/bloxberg2/cert\_pdf/certs\_free\_ocean-colors-certs\_11.pdf", "https://www.wolframcloud.com/obj/ccn2/freeform/ff/blockchain/bloxberg2/cert\_pdf/certs\_free\_ocean-colors-certs\_12.pdf"}) "</span>

##### Batch Input: Zipped Directory

- <span style="color: rgb(0, 0, 0);">Create a directory</span>
- <span style="color: rgb(0, 0, 0);">Copy and paste all files for </span>**Contents**<span style="color: rgb(0, 0, 0);"> into a blockchain</span>
- <span style="color: rgb(0, 0, 0);">Zip the directory</span>

[![Screenshot 2026-08-27 at 15.52.17.png](https://wiki.compclassnotes.com/uploads/images/gallery/2026-08/scaled-1680-/screenshot-2026-08-27-at-15-52-17.png)](https://wiki.compclassnotes.com/uploads/images/gallery/2026-08/screenshot-2026-08-27-at-15-52-17.png)

- <span style="color: rgb(0, 0, 0);">Input the zip file into </span>**Zip File**<span style="color: rgb(0, 0, 0);"> labeled input field </span>

[![Screenshot 2026-08-27 at 16.29.06.png](https://wiki.compclassnotes.com/uploads/images/gallery/2026-08/scaled-1680-/screenshot-2026-08-27-at-16-29-06.png)](https://wiki.compclassnotes.com/uploads/images/gallery/2026-08/scaled-1680-/screenshot-2026-08-27-at-16-29-06.png)##### <span style="color: rgb(0, 0, 0);">Cloud Object Browser</span>

<iframe height="500" id="bkmrk--7" src="https://www.wolframcloud.com/obj/ccn2/AI/freeform/blockchain/publishedtest/certs_free_ocean-colors-certs" width="600"></iframe>

##### PDF Certificates

<iframe height="400" id="bkmrk--8" src="https://www.wolframcloud.com/obj/ccn2/freeform/ff/blockchain/bloxberg2/cert_pdf/certs_free_ocean-colors-certs_1.pdf" width="600"></iframe>

<iframe height="400" id="bkmrk--9" src="https://www.wolframcloud.com/obj/ccn2/freeform/ff/blockchain/bloxberg2/cert_pdf/certs_free_ocean-colors-certs_2.pdf" width="600"></iframe>

<iframe height="400" id="bkmrk--10" src="https://www.wolframcloud.com/obj/ccn2/freeform/ff/blockchain/bloxberg2/cert_pdf/certs_free_ocean-colors-certs_3.pdf" width="600"></iframe>

<iframe height="400" id="bkmrk--11" src="https://www.wolframcloud.com/obj/ccn2/freeform/ff/blockchain/bloxberg2/cert_pdf/certs_free_ocean-colors-certs_4.pdf" width="600"></iframe>

<iframe height="400" id="bkmrk--12" src="https://www.wolframcloud.com/obj/ccn2/freeform/ff/blockchain/bloxberg2/cert_pdf/certs_free_ocean-colors-certs_5.pdf" width="600"></iframe>

<iframe height="400" id="bkmrk--13" src="https://www.wolframcloud.com/obj/ccn2/freeform/ff/blockchain/bloxberg2/cert_pdf/certs_free_ocean-colors-certs_6.pdf" width="600"></iframe>

<iframe height="400" id="bkmrk--14" src="https://www.wolframcloud.com/obj/ccn2/freeform/ff/blockchain/bloxberg2/cert_pdf/certs_free_ocean-colors-certs_7.pdf" width="600"></iframe>

<iframe height="400" id="bkmrk--15" src="https://www.wolframcloud.com/obj/ccn2/freeform/ff/blockchain/bloxberg2/cert_pdf/certs_free_ocean-colors-certs_8.pdf" width="600"></iframe>

<iframe height="400" id="bkmrk--16" src="https://www.wolframcloud.com/obj/ccn2/freeform/ff/blockchain/bloxberg2/cert_pdf/certs_free_ocean-colors-certs_9.pdf" width="600"></iframe>

<iframe height="400" id="bkmrk--17" src="https://www.wolframcloud.com/obj/ccn2/freeform/ff/blockchain/bloxberg2/cert_pdf/certs_free_ocean-colors-certs_10.pdf" width="600"></iframe>

<iframe height="400" id="bkmrk--18" src="https://www.wolframcloud.com/obj/ccn2/freeform/ff/blockchain/bloxberg2/cert_pdf/certs_free_ocean-colors-certs_11.pdf" width="600"></iframe>

<iframe height="400" id="bkmrk--19" src="https://www.wolframcloud.com/obj/ccn2/freeform/ff/blockchain/bloxberg2/cert_pdf/certs_free_ocean-colors-certs_12.pdf" width="600"></iframe>

# Example: Photo ID

```
👶;

🔐;

//add name and other information;
⛓️(
𖤘"first name"->"dara" 
𖤘"last name"->"shayda" 
);

show "👶/highlight";

save as photo_id;
```

[![Screenshot 2026-05-28 at 13.22.29.png](https://wiki.compclassnotes.com/uploads/images/gallery/2026-05/scaled-1680-/screenshot-2026-05-28-at-13-22-29.png)](https://wiki.compclassnotes.com/uploads/images/gallery/2026-05/scaled-1680-/screenshot-2026-05-28-at-13-22-29.png)

# Example Photo Id + multiple images and barcodes

- <span style="white-space: pre-wrap;">USA, the state of Virginia (proposed?) Personal Identity card </span>
- With qrcodes, barcodes and multiple images and text.
- Symbol 👶 does all the facial computing (neural nets), barcodes, qrcodes and image text
- This will empower a universal blockchained or bloxberged Digital object that could and should enable a new de-centralized identification card system.

```
👶;

🔐;

//👶 fills in numerous ⚲content + 𖤘metadata into the blockchain;
⛓️;

show "👶/index";

save as photo_id;
```

"👶/index"

![photo_id1.png](https://wiki.compclassnotes.com/uploads/images/gallery/2026-06/scaled-1680-/photo-id1.png)"👶/barsindex"

[![photo_id2.png](https://wiki.compclassnotes.com/uploads/images/gallery/2026-06/scaled-1680-/photo-id2.png)](https://wiki.compclassnotes.com/uploads/images/gallery/2026-06/scaled-1680-/photo-id2.png)

"👶/highlight"

[![photo_id3.png](https://wiki.compclassnotes.com/uploads/images/gallery/2026-06/scaled-1680-/photo-id3.png)](https://wiki.compclassnotes.com/uploads/images/gallery/2026-06/scaled-1680-/photo-id3.png)

"👶/text"

{

<span style="white-space: pre-wrap;">"image\_text":"Vi soe VA, USA FEDERAL \*\\nLYQIM1A IDENTIFICATION CARD </span>

<span style="white-space: pre-wrap;">\_#n\* a\\n716700487 e\\nTESSIER 8 Gender: Female, Orientation: Straight, </span>

<span style="white-space: pre-wrap;">Age: 35,\\nBELLA Fi Race: White\\/ Non-Hispanic, Votes: Democrat,\\nAd </span>

<span style="white-space: pre-wrap;">srw aD \*B88\\"795-a202 5 Job: Industrial Machinery Repair Worker, </span>

Security\\n74 IN RD: 5 5 â&#128;&#152;Answers: {The Truman Show, Omaha, White},\\n

<span style="white-space: pre-wrap;">Dato of birt ry Marital status: married, Salutation: Mrs.\\nOeio4rt988 </span>

<span style="white-space: pre-wrap;">A\\na ED Height: 5â&#128;&#153; 6â&#128;&#157;\\nF BRO Weight: 136 ssn: Q\\nNONE\\n\\ntek </span>

items tebe IMT |"

}

"👶/bartexts"

{

<span style="white-space: pre-wrap;">"@&lt;LF&gt;&lt;FS&gt;&lt;CR&gt;ANSI </span>

<span style="white-space: pre-wrap;">6360050101DL00300203DLDAQ3265188&lt;LF&gt;DAALOTT,ERIC,B,&lt;LF&gt;DAG763 TEST </span>

<span style="white-space: pre-wrap;">STREET&lt;LF&gt;DAINEW YORK CITY&lt;LF&gt;DAJSC&lt;LF&gt;DAK10005 &lt;LF&gt;DARD &lt;LF&gt;DAS </span>

<span style="white-space: pre-wrap;"> &lt;LF&gt;DAT &lt;LF&gt;DAU601&lt;LF&gt;DAW170&lt;LF&gt;DAYBRO &lt;LF&gt;DAZBRO </span>

&lt;LF&gt;DBA20241004&lt;LF&gt;DBB19911004&lt;LF&gt;DBC1&lt;LF&gt;DBD20140101&lt;LF&gt;DBG2&lt;LF&gt;DBH1

}

##### Color Keys

<span style="background-color: rgb(191, 237, 210);">Blockchain by Bloxberg 2.0</span>

<span style="background-color: rgb(194, 224, 244);">CCN cloud systems</span><span style="white-space: pre-wrap;"> </span>

##### Image Processing + Bloxberg 2.0 Blockchain Digitals

{

<span style="white-space: pre-wrap;">"👶/face", "👶/face1", "👶/highlight", "👶/faces", "👶/index", "👶/text", </span>

<span style="white-space: pre-wrap;">"👶/facials", "👶/boxes", "👶/bartexts", "👶/barsindex", "👶/⚲", "👶/𖤘", "👶 </span>

<span style="white-space: pre-wrap;">processed", "(🔐)", "🔐/type", "🔐/curve", "🔐/compressed", "(🔑)", </span>

<span style="white-space: pre-wrap;">"(⭔🔑)", "⭔🔑/type", "🔑/type", "(🗝)", "(⭔🗝)", "⭔🗝/type", "🗝/type", </span>

"⛓️/bloxberg/contexts", "⛓️/bloxberg/<span style="background-color: rgb(191, 237, 210);">context1/</span><span style="white-space: pre-wrap;">@context", </span>

<span style="white-space: pre-wrap;">"⛓️/bloxberg/context1/id", "⛓️/bloxberg/context1/type", </span>

<span style="white-space: pre-wrap;">"⛓️/bloxberg/context1/issuer", "⛓️/bloxberg/context1/issuancedate", </span>

<span style="white-space: pre-wrap;">"⛓️/bloxberg/context1/credentialsubject", "⛓️/bloxberg/context1/crid", </span>

<span style="white-space: pre-wrap;">"⛓️/bloxberg/context1/cridtype", "⛓️/bloxberg/context1/metadatajson", </span>

"⛓️/bloxberg/context1/proof", "⛓️/bloxberg/<span style="background-color: rgb(191, 237, 210);">context2/</span><span style="white-space: pre-wrap;">@context", </span>

<span style="white-space: pre-wrap;">"⛓️/bloxberg/context2/id", "⛓️/bloxberg/context2/type", </span>

<span style="white-space: pre-wrap;">"⛓️/bloxberg/context2/issuer", "⛓️/bloxberg/context2/issuancedate", </span>

<span style="white-space: pre-wrap;">"⛓️/bloxberg/context2/credentialsubject", "⛓️/bloxberg/context2/crid", </span>

<span style="white-space: pre-wrap;">"⛓️/bloxberg/context2/cridtype", "⛓️/bloxberg/context2/metadatajson", </span>

<span style="white-space: pre-wrap;">"⛓️/bloxberg/context2/proof", "⛓️/bloxberg/context3/@context", </span>

"⛓️/bloxberg/context3/id", "⛓️/bloxberg/<span style="background-color: rgb(191, 237, 210);">context3</span><span style="white-space: pre-wrap;">/type", </span>

<span style="white-space: pre-wrap;">"⛓️/bloxberg/context3/issuer", "⛓️/bloxberg/context3/issuancedate", </span>

<span style="white-space: pre-wrap;">"⛓️/bloxberg/context3/credentialsubject", "⛓️/bloxberg/context3/crid", </span>

<span style="white-space: pre-wrap;">"⛓️/bloxberg/context3/cridtype", "⛓️/bloxberg/context3/metadatajson", </span>

"⛓️/bloxberg/context3/proof", "⛓️/bloxberg/<span style="background-color: rgb(191, 237, 210);">context4</span><span style="white-space: pre-wrap;">/@context", </span>

<span style="white-space: pre-wrap;">"⛓️/bloxberg/context4/id", "⛓️/bloxberg/context4/type", </span>

<span style="white-space: pre-wrap;">"⛓️/bloxberg/context4/issuer", "⛓️/bloxberg/context4/issuancedate", </span>

<span style="white-space: pre-wrap;">"⛓️/bloxberg/context4/credentialsubject", "⛓️/bloxberg/context4/crid", </span>

<span style="white-space: pre-wrap;">"⛓️/bloxberg/context4/cridtype", "⛓️/bloxberg/context4/metadatajson", </span>

"⛓️/bloxberg/context4/proof", "⛓️/bloxberg/<span style="background-color: rgb(191, 237, 210);">context5</span><span style="white-space: pre-wrap;">/@context", </span>

<span style="white-space: pre-wrap;">"⛓️/bloxberg/context5/id", "⛓️/bloxberg/context5/type", </span>

<span style="white-space: pre-wrap;">"⛓️/bloxberg/context5/issuer", "⛓️/bloxberg/context5/issuancedate", </span>

<span style="white-space: pre-wrap;">"⛓️/bloxberg/context5/credentialsubject", "⛓️/bloxberg/context5/crid", </span>

<span style="white-space: pre-wrap;">"⛓️/bloxberg/context5/cridtype", "⛓️/bloxberg/context5/metadatajson", </span>

"⛓️/bloxberg/context5/proof", "⛓️/bloxberg/<span style="background-color: rgb(191, 237, 210);">context6</span><span style="white-space: pre-wrap;">/@context", </span>

<span style="white-space: pre-wrap;">"⛓️/bloxberg/context6/id", "⛓️/bloxberg/context6/type", </span>

<span style="white-space: pre-wrap;">"⛓️/bloxberg/context6/issuer", "⛓️/bloxberg/context6/issuancedate", </span>

<span style="white-space: pre-wrap;">"⛓️/bloxberg/context6/credentialsubject", "⛓️/bloxberg/context6/crid", </span>

<span style="white-space: pre-wrap;">"⛓️/bloxberg/context6/cridtype", "⛓️/bloxberg/context6/metadatajson", </span>

"⛓️/bloxberg/context6/proof", "⛓️/bloxberg/<span style="background-color: rgb(191, 237, 210);">context7</span><span style="white-space: pre-wrap;">/@context", </span>

<span style="white-space: pre-wrap;">"⛓️/bloxberg/context7/id", "⛓️/bloxberg/context7/type", </span>

<span style="white-space: pre-wrap;">"⛓️/bloxberg/context7/issuer", "⛓️/bloxberg/context7/issuancedate", </span>

<span style="white-space: pre-wrap;">"⛓️/bloxberg/context7/credentialsubject", "⛓️/bloxberg/context7/crid", </span>

<span style="white-space: pre-wrap;">"⛓️/bloxberg/context7/cridtype", "⛓️/bloxberg/context7/metadatajson", </span>

<span style="white-space: pre-wrap;">"⛓️/bloxberg/context7/proof", "⛓️/contents", "⛓️/hashlist", "⛓️/key\_eth", </span>

"⛓️/value", "⛓️/pdf", "⛓️/<span style="background-color: rgb(191, 237, 210);">fullcredentialobject</span><span style="white-space: pre-wrap;">", </span>

"⛓️/certificate", "⛓️/metadata",

}

"👶/⚲"

"⚲\\"https://www.wolframcloud.com/obj/ccn2/freeform/ff/images/ff\_free\_blox\_id\_face.png\\"⚲\\"\\ https://www.wolframcloud.com/obj/ccn2/freeform/ff/images/ff\_free\_blox\_\\ id\_facehighlight.png\\"⚲\\"\\ https://www.wolframcloud.com/obj/ccn2/freeform/ff/images/ff\_free\_blox\_id\_facehighlights.png\\"⚲\\"\\ https://www.wolframcloud.com/obj/ccn2/freeform/ff/images/ff\_free\_blox\_id\_index.png\\"⚲\\"\\ https://www.wolframcloud.com/obj/ccn2/freeform/ff/images/ff\_free\_blox\_id\_imagetext.json\\"⚲\\"\\ https://www.wolframcloud.com/obj/ccn2/freeform/ff/images/ff\_free\_blox\_id\_facialpoints.json\\"⚲\\"\\ https://www.wolframcloud.com/obj/ccn2/freeform/ff/images/ff\_free\_blox\_id\_barcodebox.json\\""

"👶/𖤘"

"𖤘\\"group\\"-&gt;\\"ff\\"𖤘\\"user\\"-&gt;\\"free\\"𖤘\\"ffname\\"-&gt;\\"blox\_\\ id\\"𖤘\\"publisher\\"-&gt;\\"CCN\\"𖤘\\"license\\"-&gt;\\"CC-BY-NC-ND 4.0\\""

##### Full Credential Object

"⛓️/fullcredentialobject"

"(\[{\\"<span style="background-color: rgb(191, 237, 210);">@context</span>\\":\[\\"https://www.w3.org/2018/credentials/v1\\",\\"https://w

3id.org/<span style="background-color: rgb(191, 237, 210);">bloxberg</span>/schema/research\_object\_certificate\_

v1\\"\],\\"id\\":\\"https://bloxberg.org\\",\\"type\\":\[\\"VerifiableCredential

\\",\\"BloxbergCredential\\"\],\\"issuer\\":\\"https://raw.githubusercontent.c

om/bloxberg-org/issuer\_json\_

l2/master/issuer.json\\",\\"issuanceDate\\":\\"2026-06-02T02:59:59.

448151+00:00\\",\\"credentialSubject\\":{\\"id\\":\\"https://sepolia.arbisca

n.io/address/0xAF3aD7B80e90C0Ca651a8e673E193eCC690BADA8\\",\\"issuingOrg

\\":{\\"id\\":\\"https://bloxberg.org\\"}},<span style="background-color: rgb(251, 238, 184);">\\</span><span style="background-color: rgb(191, 237, 210);">"crid\\":\\"9d05f7aa5009599ded40f</span>

<span style="background-color: rgb(191, 237, 210);">f901de8fbce8bedb00004c0e6ad77fd128c7fac6806\\",\\</span>"cridType\\":\\"sha2-256\\",\\<span style="background-color: rgb(191, 237, 210);">"m</span>

<span style="background-color: rgb(191, 237, 210);">etadataJson</span>\\"<span style="background-color: rgb(194, 224, 244); white-space: pre-wrap;">:\\"{\\\\\\"group\\\\\\":\\\\\\"ff\\\\\\", \\\\\\"user\\\\\\":\\\\\\"free\\\\\\", </span>

<span style="background-color: rgb(194, 224, 244); white-space: pre-wrap;">\\\\\\"ffname\\\\\\":\\\\\\"blox\_id\\\\\\", \\\\\\"publisher\\\\\\":\\\\\\"CCN\\\\\\", </span>

<span style="background-color: rgb(194, 224, 244); white-space: pre-wrap;">\\\\\\"license\\\\\\":\\\\\\"CC-BY-NC-ND </span>

<span style="background-color: rgb(194, 224, 244);">4.0\\\\\\"}\\",\\</span>"proof\\":{\\"type\\":\\"MerkleProof2019\\",\\"created\\":\\"2026-0

6-02T02:59:59.

947487\\",\\"<span style="background-color: rgb(191, 237, 210);">proofValue</span>\\":\\"zLBHrm1GqmftAu35gTndQtHSErc2pdrx2dQ69dF9Fqvj

vqCY71iNnFEaW1kSw5rVcT6XXiWJHY7uUQyKhjPsg32KpHfyMR2GZZkEeY7YvcRRQSAjkK

sduAX2KXxWnFFBWFbn27m7m9ritdwzTzbbGFPRNfAqSeGhDKxTqLp4wYgqfAWAuFxDnG3n

hyUDCAP1c9BohuH45o3f64tEnAH3LQmJkzGKKixRqz9TtypnELSJwzeMPTWZNPTihHhL2P

A9N9YvMt3RtbJGaWzRAwebi7Tf2FwujSNmCX7Cygb13 ...

...

<span style="background-color: rgb(191, 237, 210);">@context\\</span>":\[\\"https://www.w3.org/2018/creden

tials/v1\\",\\"https://w3id.org/bloxberg/schema/research\_object\_

certificate\_

v1\\"\],\\"id\\":\\"https://bloxberg.org\\",\\"type\\":\[\\"VerifiableCredential

\\",\\"BloxbergCredential\\"\],\\"issuer\\":\\"https://raw.githubusercontent.c

om/bloxberg-org/issuer\_json\_

l2/master/issuer.json\\",\\"issuanceDate\\":\\"2026-06-02T02:59:59.

448151+00:00\\",\\"credentialSubject\\":{\\"id\\":\\"https://sepolia.arbisca

n.io/address/0xAF3aD7B80e90C0Ca651a8e673E193eCC690BADA8\\",\\"issuingOrg

\\":{\\"id\\":\\"https://bloxberg.org\\"}},\\"<span style="background-color: rgb(191, 237, 210);">crid\\":\\"5b57331ee65751d0024a3</span>

<span style="background-color: rgb(191, 237, 210);">f47940cdecdeebf27e070c670cdee7e472aaaa274f3\\</span>",\\"cridType\\":\\"sha2-256\\",\\"<span style="background-color: rgb(191, 237, 210);">m</span>

<span style="background-color: rgb(191, 237, 210);">etadataJson\\</span>":\\<span style="background-color: rgb(194, 224, 244); white-space: pre-wrap;">"{\\\\\\"group\\\\\\":\\\\\\"ff\\\\\\", \\\\\\"user\\\\\\":\\\\\\"free\\\\\\", </span>

<span style="background-color: rgb(194, 224, 244); white-space: pre-wrap;">\\\\\\"ffname\\\\\\":\\\\\\"blox\_id\\\\\\", \\\\\\"publisher\\\\\\":\\\\\\"CCN\\\\\\", </span>

<span style="background-color: rgb(194, 224, 244); white-space: pre-wrap;">\\\\\\"license\\\\\\":\\\\\\"CC-BY-NC-ND </span>

<span style="background-color: rgb(194, 224, 244);">4.0\\\\\\"}\\",\\</span>"proof\\":{\\"type\\":\\"MerkleProof2019\\",\\"created\\":\\"2026-0

6-02T02:59:59.\\

951710\\",\\"<span style="background-color: rgb(191, 237, 210);">proofValue</span>\\":\\"zLBHrm1GqUpCCwm ....

...

<span style="white-space: pre-wrap;">"⛓️/pdf" </span>

<span style="white-space: pre-wrap;">"({\\"https://www.wolframcloud.com/obj/ccn2/freeform/ff/blockchain/bloxberg2/cert\_pdf/ff\_free\_blox\_id\_1.pdf\\", </span>

<span style="white-space: pre-wrap;">\\"https://www.wolframcloud.com/obj/ccn2/freeform/ff/blockchain/bloxberg2/cert\_pdf/ff\_free\_blox\_id\_2.pdf\\", </span>

<span style="white-space: pre-wrap;">\\"https://www.wolframcloud.com/obj/ccn2/freeform/ff/blockchain/bloxber2/cert\_pdf/ff\_free\_blox\_id\_3.pdf\\", </span>

<span style="white-space: pre-wrap;">\\"https://www.wolframcloud.com/obj/ccn2/freeform/ff/blockchain/bloxberg2/cert\_pdf/ff\_free\_blox\_id\_4.pdf\\", </span>

<span style="white-space: pre-wrap;">\\"https://www.wolframcloud.com/obj/ccn2/freeform/ff/blockchain/bloxberg2/cert\_pdf/ff\_free\_blox\_id\_5.pdf\\", </span>

<span style="white-space: pre-wrap;">\\"https://www.wolframcloud.com/obj/ccn2/freeform/ff/blockchain/bloxberg2/cert\_pdf/ff\_free\_blox\_id\_6.pdf\\", </span>

\\"https://www.wolframcloud.com/obj/ccn2/freeform/ff/blockchain/bloxberg2/cert\_pdf/ff\_free\_blox\_id\_7.pdf\\"})"

**Certificate 1**

[![ff_free_blox_id_7.png](https://wiki.compclassnotes.com/uploads/images/gallery/2026-06/scaled-1680-/ff-free-blox-id-7.png)](https://wiki.compclassnotes.com/uploads/images/gallery/2026-06/scaled-1680-/ff-free-blox-id-7.png)

**Certificate 7**

[![ff_free_blox_id_1.png](https://wiki.compclassnotes.com/uploads/images/gallery/2026-06/scaled-1680-/ff-free-blox-id-1.png)](https://wiki.compclassnotes.com/uploads/images/gallery/2026-06/scaled-1680-/ff-free-blox-id-1.png)

# Example Polymer Simulation

```
//© 2012-Present CCN Studios Creative Commons Attribution - 
NonCommercial- ShareAlike 4.0 International Public License;

🔐;

⛓️ ( 
𖤘 "platform"->"Nodule Construct 2026.8b1 (Aug 4th)" 
𖤘 "app"->"certs/free/polymer4"
𖤘 "unity"->"6000.4.9f1"
𖤘 "license"->"CC-BY-NC-ND 4.0"
);

//transforms C# classes into Cloud Objects for remote Unity runtime compilation;
references' type is reference; 
references' list = { 'Polymer2, 'SpinLocal3, 'Platform3, 
'MeshSpawner3,'MeshSticker3, 'SpawnPlayer3, 'SimpleWalkable3}; 

classes' type is class; 

classes' list = {'Constructor3}; 


save as polymer5;
```

##### <span style="color: rgb(0, 0, 0);">Nodule Construct</span>

<span style="color: rgb(0, 0, 0);">Enter into the input box on top left:</span>

<span style="color: rgb(0, 0, 0); background-color: rgb(251, 238, 184);">certs/free/polymer5 + orb</span>

<iframe allowfullscreen="" height="580" id="bkmrk-%5Bplay-nodule-test-%28w" src="https://itch.io/embed-upload/18667140?color=333333" width="980">\[Play Nodule Test (WEBGL) on itch.io\](https://ccnstudios.itch.io/nodule-test-webgl)</iframe>

##### <span style="color: rgb(0, 0, 0);">Blockchain Contents</span>

<iframe height="500" id="bkmrk-" src="https://www.wolframcloud.com/obj/ccn2/AI/freeform/blockchain/publishedtest/certs_free_polymer5_fe0baa4b" width="600"></iframe>

##### <span style="color: rgb(0, 0, 0);">Cloud Object Browser</span>

<iframe height="500" id="bkmrk--1" src="https://www.wolframcloud.com/obj/ccn2/AI/freeform/blockchain/publishedtest/certs_free_polymer5" width="600"></iframe>

##### PDF Certificates

<iframe height="400" id="bkmrk--3" src="https://www.wolframcloud.com/obj/ccn2/freeform/ff/blockchain/bloxberg2/cert_pdf/certs_free_polymer5_1.pdf" width="600"></iframe>

<iframe height="400" id="bkmrk--2" src="https://www.wolframcloud.com/obj/ccn2/freeform/ff/blockchain/bloxberg2/cert_pdf/certs_free_polymer5_2.pdf" width="600"></iframe>

<iframe height="400" id="bkmrk--4" src="https://www.wolframcloud.com/obj/ccn2/freeform/ff/blockchain/bloxberg2/cert_pdf/certs_free_polymer5_3.pdf" width="600"></iframe>

<iframe height="400" id="bkmrk--5" src="https://www.wolframcloud.com/obj/ccn2/freeform/ff/blockchain/bloxberg2/cert_pdf/certs_free_polymer5_4.pdf" width="600"></iframe>

<iframe height="400" id="bkmrk--6" src="https://www.wolframcloud.com/obj/ccn2/freeform/ff/blockchain/bloxberg2/cert_pdf/certs_free_polymer5_5.pdf" width="600"></iframe>

<iframe height="400" id="bkmrk--7" src="https://www.wolframcloud.com/obj/ccn2/freeform/ff/blockchain/bloxberg2/cert_pdf/certs_free_polymer5_6.pdf" width="600"></iframe>

<iframe height="400" id="bkmrk--8" src="https://www.wolframcloud.com/obj/ccn2/freeform/ff/blockchain/bloxberg2/cert_pdf/certs_free_polymer5_7.pdf" width="600"></iframe>

<iframe height="400" id="bkmrk--9" src="https://www.wolframcloud.com/obj/ccn2/freeform/ff/blockchain/bloxberg2/cert_pdf/certs_free_polymer5_8.pdf" width="600"></iframe>