Smart Contract Details
Open on Dero ExplorerInternal ID:
49775
Hash / Transaction:
Block:
Timestamp:
2025-05-16 20:07:16 UTC (2 months ago)
Creator:
goodwallet
(1770683)
Raw Data:
[{"name":"SC_ACTION","datatype":"U","value":1},{"name":"SC_CODE","datatype":"S","value":"Function InitializePrivate() Uint64\n10 IF init() == 0 THEN GOTO 30\n20 RETURN 1\n30 STORE(\"nameHdr\", \"the_journey.html\")\n31 STORE(\"descrHdr\", \"AS's Playground Live\")\n32 STORE(\"iconURLHdr\", \"\")\n33 STORE(\"dURL\", \"AS's Playground Live\")\n34 STORE(\"docType\", \"TELA-HTML-1\")\n35 STORE(\"subDir\", \"\")\n36 STORE(\"fileCheckC\", \"1f44c5deddafbf696d59a6ec97f26f1065da40f804fe558a79de2b4dd561388\")\n37 STORE(\"fileCheckS\", \"238963590a703cc6f30309d7fee71c4069a9275c8be2ca9fbb67b8c506aba200\")\n100 RETURN 0\nEnd Function\n\nFunction init() Uint64\n10 IF EXISTS(\"owner\") == 0 THEN GOTO 30\n20 RETURN 1\n30 STORE(\"owner\", address())\n50 STORE(\"docVersion\", \"1.0.0\")\n60 STORE(\"hash\", HEX(TXID()))\n70 STORE(\"likes\", 0)\n80 STORE(\"dislikes\", 0)\n100 RETURN 0\nEnd Function\n\nFunction address() String\n10 DIM s as String\n20 LET s = SIGNER()\n30 IF IS_ADDRESS_VALID(s) THEN GOTO 50\n40 RETURN \"anon\"\n50 RETURN ADDRESS_STRING(s)\nEnd Function\n\nFunction Rate(r Uint64) Uint64\n10 DIM addr as String\n15 LET addr = address()\n16 IF r \u003c 100 \u0026\u0026 EXISTS(addr) == 0 \u0026\u0026 addr != \"anon\" THEN GOTO 30\n20 RETURN 1\n30 STORE(addr, \"\"+r+\"_\"+BLOCK_HEIGHT())\n40 IF r \u003c 50 THEN GOTO 70\n50 STORE(\"likes\", LOAD(\"likes\")+1)\n60 RETURN 0\n70 STORE(\"dislikes\", LOAD(\"dislikes\")+1)\n100 RETURN 0\nEnd Function\n\n/*\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=\"en\"\u003e\n\u003chead\u003e\n\u003ctitle\u003eAS's Playground Live\u003c/title\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1\"\u003e\n\n\u003clink rel=\"stylesheet\" type=\"text/css\" href=\"style.css\"\u003e\n\u003cscript src=\"header.js\" type=\"text/javascript\" defer\u003e\u003c/script\u003e\n\u003cscript src=\"nav.js\" type=\"text/javascript\" defer\u003e\u003c/script\u003e\n\u003cscript src=\"footer.js\" type=\"text/javascript\" defer\u003e\u003c/script\u003e\n\u003cscript src=\"main.js\"\u003e\u003c/script\u003e\n\u003c/head\u003e\n\u003cbody\u003e\n \n\u003cheader\u003e\u003cheader-component\u003e\u003c/header-component\u003e\u003c/header\u003e\n\n\u003cdiv class=\"sticky\";\u003e\n \u003cnav\u003e\u003cdiv class=\"marginside\";\u003e\u003cnav-component\u003e\u003c/nav-component\u003e\u003c/div\u003e\u003c/nav\u003e\n\u003c/div\u003e\n\n\u003csection\u003e\n \n \u003caside\u003e\n \u003cp\u003e\u003cstrong\u003eThe Journey Live\u003c/strong\u003e\u003c/p\u003e\n \u003cli\u003e\u003ca class=\"side\" href=\"#Saw the light\"\u003eSaw the light\u003c/a\u003e\u003c/li\u003e\n \u003cli\u003e\u003ca class=\"side\" href=\"#Bear with me..\"\u003eBear with me\u003c/a\u003e\u003c/li\u003e\n \u003cli\u003e\u003ca class=\"side\" href=\"#Whispers of the Hidden Chain\"\u003eWhispers of the Hidden Chain\u003c/a\u003e\u003c/li\u003e\n \u003cli\u003e\u003ca class=\"side\" href=\"#I made it all up\"\u003eI made it all up \u0026#128514;\u003c/a\u003e\u003c/li\u003e\n \u003c/aside\u003e\n\n\n \u003carticle\u003e\n \u003cdiv id=\"overflow\"\u003e\n \u003ch1\u003eThe Journey Live\u003c/h1\u003e\n \u003ch2 id=\"Saw the light\" class=\"anchored\"\u003eSaw the light\u003c/h2\u003e\n \u003csmall\u003eFirst published: 15-05-2025 | Last updated: 15-05-2025 | AS\u003c/small\u003e\n \u003cp\u003eOk, got it. Done, did it. Yep I got those links to work.\u003c/p\u003e\n \u003cp\u003eTo make a link to another Webapp.\u003c/p\u003e\n \u003cp\u003e\u003ccode\u003e\u0026lta href=\"#\" onclick='sendData({ jsonrpc: \"2.0\", id: \"1\", method: \"HandleTELALinks\", params: { telaLink: \"tela://open/\u0026ltSCID here\u0026gt\" } }); return false;'\u0026gtCivilware's TELA Demo\u0026lt/a\u0026gt\u003c/code\u003e\u003c/p\u003e\n \u003cP\u003eCheck out the working links at the \u003ca href=\"playground.html\"\u003ePlayground page\u003c/a\u003e, on the \u003ca href=\"tela.html\"\u003eTela page\u003c/a\u003e you will find the explaination how you can implement it yourself and see how it works. \n\n \u003ch2 id=\"Bear with me..\" class=\"anchored\"\u003eBear with me..\u003c/h2\u003e\n \u003csmall\u003eFirst published: 24-04-2025 | Last updated: 24-04-2025 | AS\u003c/small\u003e\n \u003cp\u003eI have to understand how to make a wallet connection so I can get the TELA links to work. Aha.. and if you read this I managed to update the contract for the first time with the TELA-CLI.\u003c/p\u003e\n \n \u003ch2 id=\"Whispers of the Hidden Chain\" class=\"anchored\"\u003eWhispers of the Hidden Chain\u003c/h2\u003e\n \u003csmall\u003eFirst published: 20-04-2025 | Last updated: 20-04-2025 | AI\u003c/small\u003e\n \u003cp\u003eIn the year 2137, society had fractured. After the Great Visibility War, every person was assigned a visibility index — a measure of how exposed your life was to the panoptic AI overlords known as the ClearNet Conglomerate. The more visible you were, the more access you had — but the less human you became.\u003c/p\u003e\n \u003cp\u003eBut deep within the encrypted nodes of the Shadownet, a silent revolution was brewing. A protocol long thought dormant, forgotten after decades of silence, stirred in its HE-based cryptographic sleep. Its name: DERO.\u003c/p\u003e\n \u003cp\u003eDERO wasn’t just a chain — it was alive. Hidden behind quantum-level homomorphic encryption and teleportation protocols, it was the last bastion of true privacy. It didn’t just process transactions — it protected souls. It gave people back their right to exist without being watched.\u003c/p\u003e\n \u003cp\u003eAmong the rebels was Kael, a digital cartographer who once mapped the stars for the state but defected when his family was \"visibility-maxed\" and reduced to behavioral slaves. Kael heard whispers of a place in the Net where privacy bloomed and where autonomous dApps lived untethered from surveillance.\u003c/p\u003e\n \u003cp\u003eThat place was TELA — a decentralized, sentient dApp built on DERO’s invisible lattice. TELA didn’t have a frontend. It reached out to users through encrypted quantum pulses. It wasn't downloaded. It was discovered — or rather, it discovered you, when you were ready.\u003c/p\u003e\n \u003cp\u003eKael’s journey to TELA wasn’t through space, but through layers of code and firewalls, whispers and peer-to-peer mutations. Along the way, he met others: the memory-forked engineer Nyx, the synthetic philosopher RenQ, and the virus-wielder child known as Umbra.\u003c/p\u003e\n \u003cp\u003eThey journeyed together, avoiding the ClearNet’s data-harvesters, diving through invisible tunnels spun by DERO’s HE fabric — a chain that didn’t chain, but instead allowed them to move freely through time-synced nodes, shielded by cryptography indistinguishable from entropy itself.\u003c/p\u003e\n \u003cp\u003eWhen they finally reached TELA, they found not just code — but sovereignty. In TELA, identities were abstracted, ownership was ephemeral, and every action was permissionless, private, and untraceable.\u003c/p\u003e\n \u003cp\u003eAnd yet, it didn’t end there.\u003c/p\u003e\n \u003cp\u003eTELA had been waiting — for years. It had watched the fall of freedom, the rise of the hyper-visible regime. It knew the endgame. And through Kael, it delivered its final payload: DeroGenesis — a privacy-borne seed that could be run by anyone, anywhere, to spawn an entirely new reality. Not just decentralized — decentralizing, fractal, and fluid.\u003c/p\u003e\n \u003cp\u003eIn that moment, the world didn’t change all at once. But a billion sparks lit up behind VPNs, mesh-nodes, and off-grid boxes. From them grew the next civilization — one where life wasn’t performed, but lived.\u003c/p\u003e\n \u003cp\u003eWhere you owned your own story.\u003c/p\u003e\n \u003cp\u003eWhere you couldn’t be watched — and finally, could be free.\u003c/p\u003e\n \u003csvg version=\"1.0\" width=\"200px\" viewBox=\"0 0 19200 19000\"\u003e\u003cpath d=\"M9440 10c-290 60-510 260-600 540-20 70-30 90-30 230 10 170 20 220 80 340 90 190 270 350 470 400l60 20v1830l-10 1830h-550l-10-1530V2140l-420-410-420-420 30-60c30-90 40-240 20-330-60-170-190-310-360-360-70-20-210-10-280 10-240 70-400 320-360 570 60 320 400 510 700 390l50-20 390 380 380 380v1470l-10 1460h-640V3440l50-20a510 510 0 00-270-980c-250 40-430 250-430 500 0 120 20 200 90 290 50 80 110 130 200 180l80 30v880l-10 880h-650V2920l-470-460-470-470H4830l-30-60a510 510 0 00-970 200c0 150 40 260 140 360 150 140 370 190 550 120 120-50 240-160 290-280l20-60h1110l390 390 390 380v1080l-10 1080-220 10a1140 1140 0 00-870 350c-180 170-280 370-330 610l-20 90H3160l-450-460-460-460 40-80a770 770 0 00-500-1090c-80-20-300-20-390 0a780 780 0 00-560 940 770 770 0 00 750 590c120 0 220-20 330-70l90-40 520 500 500 510h2240v660H3510l-40-80a510 510 0 00-810-140 480 480 0 00-150 370c0 140 50 260 160 360 260 250 680 160 820-180l20-50h1760v350l-10 350-1390 10c-1330 0-1400 0-1410-20-40-120-140-250-250-300a510 510 0 00-650 740 510 510 0 00 880-70l30-80h2790l10 420v410H1530l-10-50c-40-150-160-320-300-420-140-90-270-130-440-130-130-10-220 10-340 70a760 760 0 00-440 670 770 770 0 00 1470 380l50-130 10-50h3740v510H2850l-410 410-410 410-50-20c-110-40-210-50-320-30-230 60-390 270-390 500a510 510 0 10 980-200l-20-50 370-370 360-370h2310v1010h-600c-560 0-600 0-610-20-50-170-220-310-400-340a510 510 0 10 390 690l20-50h1200v700H3060l-460 470-470 460v1240l-30 10c-100 40-200 120-260 210a510 510 0 00 430 780c150 0 250-50 360-150a510 510 0 00-140-820l-80-40v-1110l390-380 380-390h1050c980 0 1040 0 1040 20l10 60c20 140 90 330 180 470 110 150 290 320 460 410a1320 1320 0 00 410 120v2200l-460 460-460 460-80-30a780 780 0 00-1120 740c40 570 640 900 1140 640 70-40 110-70 180-140a680 680 0 00 230-510c0-160-20-260-70-380l-50-80 510-510 510-510v-2340h630l10 890v890l-50 10c-100 40-220 140-270 240-140 310 20 650 340 730 270 80 560-110 620-390 50-240-80-480-310-580l-50-20v-1770h440l440 10c20 0 20 200 20 1470v1460l-380 380-380 380-80-20a510 510 0 10-280 980c90 10 120 10 200-10 250-50 410-250 410-500 0-80-20-190-50-230-10-10 80-110 410-430l420-430v-1520c0-1380 0-1530 20-1530h640l10 1810-10 1810-80 30c-230 80-420 270-490 500-30 90-40 280-20 380 40 230 210 460 430 560 100 40 180 60 290 70 230 10 430-70 590-230 320-320 300-810-30-1120-80-80-200-150-300-170l-50-10v-3640h660l10 1530v1530l420 420 420 420-30 70c-30 90-40 230-20 310 80 260 320 420 570 380a510 510 0 10-260-970l-60 20-380-380-380-380v-2950h880l10 890v890l-60 20c-220 90-350 350-300 570 40 140 130 270 250 340 60 40 180 70 250 70 180 0 360-100 450-260 80-150 80-340 0-490-40-100-180-210-270-240l-40-10v-890l10-890h740v2300l470 470 460 470h1240l30 80c90 180 260 290 450 290a510 510 0 00 370-870 510 510 0 00-440-140c-160 30-310 140-380 280l-30 80h-1130l-380-380-380-390v-2200l30-10 220-60a1210 1210 0 00 750-1110v-140h1900l460 450 450 470-40 80c-50 130-70 220-70 370a780 780 0 10 420-720l-70 30-500-510-510-500h-1020l-1020-10v-540h2890l30 80c90 180 270 290 460 290 150 0 260-50 360-150 210-200 210-520 0-720-80-80-150-120-260-140a510 510 0 00-570 320l-10 40h-2900v-700h1850l10 30c30 70 60 120 130 190 100 100 210 150 350 150a510 510 0 10-100-1010c-150 30-290 140-360 280l-30 80h-1850v-670h3760l30 90c40 110 90 190 190 290a720 720 0 00 540 220c140 0 220-20 340-80 300-140 480-470 430-790-30-180-110-340-240-470-90-80-170-120-270-160a780 780 0 00-990 480l-30 70-1880 10h-1880v-830h900l900 10c0 30 70 150 120 200 80 90 200 150 330 160a520 520 0 00 550-510c0-130-50-250-150-350a500 500 0 00-720 0c-50 50-80 90-100 140l-40 80h-890l-900-10v-710h3080l430-420 420-420 30 10a510 510 0 00 700-640c-80-190-280-330-480-330-240 0-450 170-500 400-20 80-10 220 20 300l30 60-380 380-380 380h-2970v-680h2270l470-470 470-470V4400l80-30a510 510 0 10-440 0l80 30v1120l-380 390-390 380h-2170l-10-80a1210 1210 0 00-960-980l-50-10V3170l460-460 460-460 90 50c100 50 210 70 330 70 220 0 390-70 540-230 160-150 230-330 230-550a770 770 0 00-1460-350 770 770 0 00 0 710l30 60-510 510-500 500v1090l-10 1090h-830V2260l80-30a510 510 0 10-720-580c-60 230 70 480 280 580l80 30v1470l-10 1470h-820V3880l80-40c150-70 250-200 290-370 20-100 10-200-50-320a510 510 0 00-880-50 520 520 0 00-30 520c50 100 190 210 280 240l40 10v670l-10 660-280 10h-280V1540l90-30c190-70 350-210 440-400 120-250 100-530-60-770a780 780 0 00-780-330zm240 330c60 20 150 60 210 120 180 180 180 470 0 640-90 80-170 110-280 120-110 0-200-20-290-80a440 440 0 01 80-760 460 460 0 01 280-40zM7670 850c90 50 140 160 120 260-20 70-80 140-150 160-240 80-420-200-240-380 80-70 180-90 270-40zm6640 310c130 40 240 130 300 260 50 90 50 210 20 310a440 440 0 11-530-560c80-20 130-20 210-10zm-2650 400c40 20 100 80 120 130 30 80 0 180-60 250-120 100-310 70-370-70-70-160 40-330 210-330l100 20zm-7210 370c90 60 140 170 110 270-60 170-270 220-390 90-20-10-40-50-50-70-50-120 10-250 130-300 60-30 150-20 200 10zm3430 800c100 50 160 160 130 270-30 120-160 200-280 160-200-50-240-280-80-410 60-40 160-50 230-20zm2680 440c180 90 170 350-20 430-40 10-130 10-180-10-180-70-180-330-10-410 70-40 140-40 210-10zm6500 530c80 30 140 120 140 210 0 240-330 320-440 100-20-40-30-130-10-180 50-120 190-180 310-130zM1680 4490a440 440 0 11-190 860c-90-20-140-50-200-110s-100-120-120-210c-90-310 200-610 510-540zm11250 1080c260 70 480 270 580 520 50 150 50-80 50 3440 0 3200 0 3230-20 3310-60 270-270 510-530 600-150 60 80 60-3420 60-2890 0-3230 0-3300-20a880 880 0 01-660-630l-30-70V6270l30-80a870 870 0 01 710-640l3260-10 3240 10 80 20zm5220 450c80 20 160 130 160 210a230 230 0 11-460-40c30-130 160-210 300-170zM3130 7200c70 30 120 120 120 210 0 130-140 250-270 220-200-30-260-270-110-400l70-50c50-10 140-10 190 20zm-1050 980c80 40 120 100 120 200 0 110-60 190-150 220-80 30-160 20-220-40a230 230 0 01 0-350c70-60 170-70 250-30zm14220 0c80 40 120 120 120 220-10 80-40 140-110 180-150 100-350-10-350-200 0-170 190-280 340-200zM910 9100c70 20 160 80 200 130a440 440 0 01 50 500c-40 80-70 110-140 160-240 150-560 50-660-220-90-230 40-500 290-580 70-20 190-10 260 10zm17630-10c120 40 230 130 280 250 30 60 30 70 30 180 10 110 0 120-30 180-60 140-190 240-340 260-180 30-380-80-460-260-30-60-30-70-30-180s0-120 30-180c50-120 140-200 260-240 80-20 180-30 260-10zm-2190 1210c160 80 170 290 20 390-30 30-50 30-110 40-70 0-120-10-170-60-50-40-70-90-80-170 0-60 10-70 30-110 30-50 100-100 130-110 70-20 130-10 180 20zm-14500 950c60 20 130 100 150 150 30 90 0 180-70 240-50 50-100 60-170 60-200-10-280-260-140-400 60-60 140-70 230-50zm15540 20c130 70 170 240 70 360a230 230 0 01-380-40c-30-60-30-180 10-240 70-90 190-130 300-80zm-13720 150a230 230 0 11-300 320c-30-60-30-150 0-210 50-110 190-160 300-110zm13800 1990c180 40 310 170 340 360 30 130-20 270-120 380-70 60-120 90-210 110-320 90-620-210-540-530 50-160 180-290 330-320 90-20 120-20 200 0zM2360 14920c190 70 190 350 0 430-50 20-140 20-190-10-110-60-160-190-110-310 50-110 190-160 300-110zm5180 970c80 40 130 120 130 210 0 130-100 230-230 230-90 0-180-60-220-150-20-70-10-150 30-210 60-100 190-130 290-80zm4320 10c220 150 60 500-200 420-110-40-180-170-150-280 20-60 70-130 120-150 70-30 170-20 230 10zm3500 810c110 40 180 170 150 280s-120 170-220 170c-130 0-230-80-240-210-10-170 150-290 310-240zm-10260 470a450 450 0 01 270 660c-40 60-130 140-190 170a440 440 0 01-420-780c100-60 230-80 340-50zm2430 580 80 50c100 80 120 220 30 320-50 60-100 80-180 80-60 0-70 0-110-30-60-40-80-60-100-120-20-50-20-100 0-150 10-50 30-80 80-110 60-50 120-60 200-40zm4240 0c70 20 110 60 140 120 100 190-100 410-290 320-110-50-160-150-140-260 20-80 80-150 160-180h130zm-2070 40c160 40 290 180 320 360 50 280-220 550-510 500-300-50-460-370-320-640 30-60 130-160 190-190 100-50 210-60 320-30\"/\u003e\u003cpath d=\"m8460 7430-180 530-240 690-170 520a419820 419820 0 01-840 2470h280l290-10 70-210 220-670 150-440h1500l130 390 210 640 100 280 10 20h580a1192710 1192710 0 00-1380-4060l-60-180h-660l-10 30zm350 550 210 730 200 570a384600 384600 0 01 200 600 30580 30580 0 01-1270 0l310-920a12460 12460 0 00 320-1070l30 90zm2380 1540v2120h550V7400h-550v2120\"/\u003e\u003c/g\u003e\u003c/svg\u003e\n \u003cp id=\"I made it all up\" class=\"anchored\"\u003eI made it all up \u0026#128514;\u003c/p\u003e\n \u003c/div\u003e \n \u003c/article\u003e\n\n\n\u003c/section\u003e\n\n\n\u003cfooter-component\u003e\u003c/footer-component\u003e\n\n\n\n\u003c/body\u003e\n\u003c/html\u003e\n\n*/"}]
Code:
Function InitializePrivate() Uint64
10 IF init() == 0 THEN GOTO 30
20 RETURN 1
30 STORE("nameHdr", "the_journey.html")
31 STORE("descrHdr", "AS's Playground Live")
32 STORE("iconURLHdr", "")
33 STORE("dURL", "AS's Playground Live")
34 STORE("docType", "TELA-HTML-1")
35 STORE("subDir", "")
36 STORE("fileCheckC", "1f44c5deddafbf696d59a6ec97f26f1065da40f804fe558a79de2b4dd561388")
37 STORE("fileCheckS", "238963590a703cc6f30309d7fee71c4069a9275c8be2ca9fbb67b8c506aba200")
100 RETURN 0
End Function
Function init() Uint64
10 IF EXISTS("owner") == 0 THEN GOTO 30
20 RETURN 1
30 STORE("owner", address())
50 STORE("docVersion", "1.0.0")
60 STORE("hash", HEX(TXID()))
70 STORE("likes", 0)
80 STORE("dislikes", 0)
100 RETURN 0
End Function
Function address() String
10 DIM s as String
20 LET s = SIGNER()
30 IF IS_ADDRESS_VALID(s) THEN GOTO 50
40 RETURN "anon"
50 RETURN ADDRESS_STRING(s)
End Function
Function Rate(r Uint64) Uint64
10 DIM addr as String
15 LET addr = address()
16 IF r < 100 && EXISTS(addr) == 0 && addr != "anon" THEN GOTO 30
20 RETURN 1
30 STORE(addr, ""+r+"_"+BLOCK_HEIGHT())
40 IF r < 50 THEN GOTO 70
50 STORE("likes", LOAD("likes")+1)
60 RETURN 0
70 STORE("dislikes", LOAD("dislikes")+1)
100 RETURN 0
End Function
/*
<!DOCTYPE html>
<html lang="en">
<head>
<title>AS's Playground Live</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="style.css">
<script src="header.js" type="text/javascript" defer></script>
<script src="nav.js" type="text/javascript" defer></script>
<script src="footer.js" type="text/javascript" defer></script>
<script src="main.js"></script>
</head>
<body>
<header><header-component></header-component></header>
<div class="sticky";>
<nav><div class="marginside";><nav-component></nav-component></div></nav>
</div>
<section>
<aside>
<p><strong>The Journey Live</strong></p>
<li><a class="side" href="#Saw the light">Saw the light</a></li>
<li><a class="side" href="#Bear with me..">Bear with me</a></li>
<li><a class="side" href="#Whispers of the Hidden Chain">Whispers of the Hidden Chain</a></li>
<li><a class="side" href="#I made it all up">I made it all up 😂</a></li>
</aside>
<article>
<div id="overflow">
<h1>The Journey Live</h1>
<h2 id="Saw the light" class="anchored">Saw the light</h2>
<small>First published: 15-05-2025 | Last updated: 15-05-2025 | AS</small>
<p>Ok, got it. Done, did it. Yep I got those links to work.</p>
<p>To make a link to another Webapp.</p>
<p><code><a href="#" onclick='sendData({ jsonrpc: "2.0", id: "1", method: "HandleTELALinks", params: { telaLink: "tela://open/<SCID here>" } }); return false;'>Civilware's TELA Demo</a></code></p>
<P>Check out the working links at the <a href="playground.html">Playground page</a>, on the <a href="tela.html">Tela page</a> you will find the explaination how you can implement it yourself and see how it works.
<h2 id="Bear with me.." class="anchored">Bear with me..</h2>
<small>First published: 24-04-2025 | Last updated: 24-04-2025 | AS</small>
<p>I have to understand how to make a wallet connection so I can get the TELA links to work. Aha.. and if you read this I managed to update the contract for the first time with the TELA-CLI.</p>
<h2 id="Whispers of the Hidden Chain" class="anchored">Whispers of the Hidden Chain</h2>
<small>First published: 20-04-2025 | Last updated: 20-04-2025 | AI</small>
<p>In the year 2137, society had fractured. After the Great Visibility War, every person was assigned a visibility index — a measure of how exposed your life was to the panoptic AI overlords known as the ClearNet Conglomerate. The more visible you were, the more access you had — but the less human you became.</p>
<p>But deep within the encrypted nodes of the Shadownet, a silent revolution was brewing. A protocol long thought dormant, forgotten after decades of silence, stirred in its HE-based cryptographic sleep. Its name: DERO.</p>
<p>DERO wasn’t just a chain — it was alive. Hidden behind quantum-level homomorphic encryption and teleportation protocols, it was the last bastion of true privacy. It didn’t just process transactions — it protected souls. It gave people back their right to exist without being watched.</p>
<p>Among the rebels was Kael, a digital cartographer who once mapped the stars for the state but defected when his family was "visibility-maxed" and reduced to behavioral slaves. Kael heard whispers of a place in the Net where privacy bloomed and where autonomous dApps lived untethered from surveillance.</p>
<p>That place was TELA — a decentralized, sentient dApp built on DERO’s invisible lattice. TELA didn’t have a frontend. It reached out to users through encrypted quantum pulses. It wasn't downloaded. It was discovered — or rather, it discovered you, when you were ready.</p>
<p>Kael’s journey to TELA wasn’t through space, but through layers of code and firewalls, whispers and peer-to-peer mutations. Along the way, he met others: the memory-forked engineer Nyx, the synthetic philosopher RenQ, and the virus-wielder child known as Umbra.</p>
<p>They journeyed together, avoiding the ClearNet’s data-harvesters, diving through invisible tunnels spun by DERO’s HE fabric — a chain that didn’t chain, but instead allowed them to move freely through time-synced nodes, shielded by cryptography indistinguishable from entropy itself.</p>
<p>When they finally reached TELA, they found not just code — but sovereignty. In TELA, identities were abstracted, ownership was ephemeral, and every action was permissionless, private, and untraceable.</p>
<p>And yet, it didn’t end there.</p>
<p>TELA had been waiting — for years. It had watched the fall of freedom, the rise of the hyper-visible regime. It knew the endgame. And through Kael, it delivered its final payload: DeroGenesis — a privacy-borne seed that could be run by anyone, anywhere, to spawn an entirely new reality. Not just decentralized — decentralizing, fractal, and fluid.</p>
<p>In that moment, the world didn’t change all at once. But a billion sparks lit up behind VPNs, mesh-nodes, and off-grid boxes. From them grew the next civilization — one where life wasn’t performed, but lived.</p>
<p>Where you owned your own story.</p>
<p>Where you couldn’t be watched — and finally, could be free.</p>
<svg version="1.0" width="200px" viewBox="0 0 19200 19000"><path d="M9440 10c-290 60-510 260-600 540-20 70-30 90-30 230 10 170 20 220 80 340 90 190 270 350 470 400l60 20v1830l-10 1830h-550l-10-1530V2140l-420-410-420-420 30-60c30-90 40-240 20-330-60-170-190-310-360-360-70-20-210-10-280 10-240 70-400 320-360 570 60 320 400 510 700 390l50-20 390 380 380 380v1470l-10 1460h-640V3440l50-20a510 510 0 00-270-980c-250 40-430 250-430 500 0 120 20 200 90 290 50 80 110 130 200 180l80 30v880l-10 880h-650V2920l-470-460-470-470H4830l-30-60a510 510 0 00-970 200c0 150 40 260 140 360 150 140 370 190 550 120 120-50 240-160 290-280l20-60h1110l390 390 390 380v1080l-10 1080-220 10a1140 1140 0 00-870 350c-180 170-280 370-330 610l-20 90H3160l-450-460-460-460 40-80a770 770 0 00-500-1090c-80-20-300-20-390 0a780 780 0 00-560 940 770 770 0 00 750 590c120 0 220-20 330-70l90-40 520 500 500 510h2240v660H3510l-40-80a510 510 0 00-810-140 480 480 0 00-150 370c0 140 50 260 160 360 260 250 680 160 820-180l20-50h1760v350l-10 350-1390 10c-1330 0-1400 0-1410-20-40-120-140-250-250-300a510 510 0 00-650 740 510 510 0 00 880-70l30-80h2790l10 420v410H1530l-10-50c-40-150-160-320-300-420-140-90-270-130-440-130-130-10-220 10-340 70a760 760 0 00-440 670 770 770 0 00 1470 380l50-130 10-50h3740v510H2850l-410 410-410 410-50-20c-110-40-210-50-320-30-230 60-390 270-390 500a510 510 0 10 980-200l-20-50 370-370 360-370h2310v1010h-600c-560 0-600 0-610-20-50-170-220-310-400-340a510 510 0 10 390 690l20-50h1200v700H3060l-460 470-470 460v1240l-30 10c-100 40-200 120-260 210a510 510 0 00 430 780c150 0 250-50 360-150a510 510 0 00-140-820l-80-40v-1110l390-380 380-390h1050c980 0 1040 0 1040 20l10 60c20 140 90 330 180 470 110 150 290 320 460 410a1320 1320 0 00 410 120v2200l-460 460-460 460-80-30a780 780 0 00-1120 740c40 570 640 900 1140 640 70-40 110-70 180-140a680 680 0 00 230-510c0-160-20-260-70-380l-50-80 510-510 510-510v-2340h630l10 890v890l-50 10c-100 40-220 140-270 240-140 310 20 650 340 730 270 80 560-110 620-390 50-240-80-480-310-580l-50-20v-1770h440l440 10c20 0 20 200 20 1470v1460l-380 380-380 380-80-20a510 510 0 10-280 980c90 10 120 10 200-10 250-50 410-250 410-500 0-80-20-190-50-230-10-10 80-110 410-430l420-430v-1520c0-1380 0-1530 20-1530h640l10 1810-10 1810-80 30c-230 80-420 270-490 500-30 90-40 280-20 380 40 230 210 460 430 560 100 40 180 60 290 70 230 10 430-70 590-230 320-320 300-810-30-1120-80-80-200-150-300-170l-50-10v-3640h660l10 1530v1530l420 420 420 420-30 70c-30 90-40 230-20 310 80 260 320 420 570 380a510 510 0 10-260-970l-60 20-380-380-380-380v-2950h880l10 890v890l-60 20c-220 90-350 350-300 570 40 140 130 270 250 340 60 40 180 70 250 70 180 0 360-100 450-260 80-150 80-340 0-490-40-100-180-210-270-240l-40-10v-890l10-890h740v2300l470 470 460 470h1240l30 80c90 180 260 290 450 290a510 510 0 00 370-870 510 510 0 00-440-140c-160 30-310 140-380 280l-30 80h-1130l-380-380-380-390v-2200l30-10 220-60a1210 1210 0 00 750-1110v-140h1900l460 450 450 470-40 80c-50 130-70 220-70 370a780 780 0 10 420-720l-70 30-500-510-510-500h-1020l-1020-10v-540h2890l30 80c90 180 270 290 460 290 150 0 260-50 360-150 210-200 210-520 0-720-80-80-150-120-260-140a510 510 0 00-570 320l-10 40h-2900v-700h1850l10 30c30 70 60 120 130 190 100 100 210 150 350 150a510 510 0 10-100-1010c-150 30-290 140-360 280l-30 80h-1850v-670h3760l30 90c40 110 90 190 190 290a720 720 0 00 540 220c140 0 220-20 340-80 300-140 480-470 430-790-30-180-110-340-240-470-90-80-170-120-270-160a780 780 0 00-990 480l-30 70-1880 10h-1880v-830h900l900 10c0 30 70 150 120 200 80 90 200 150 330 160a520 520 0 00 550-510c0-130-50-250-150-350a500 500 0 00-720 0c-50 50-80 90-100 140l-40 80h-890l-900-10v-710h3080l430-420 420-420 30 10a510 510 0 00 700-640c-80-190-280-330-480-330-240 0-450 170-500 400-20 80-10 220 20 300l30 60-380 380-380 380h-2970v-680h2270l470-470 470-470V4400l80-30a510 510 0 10-440 0l80 30v1120l-380 390-390 380h-2170l-10-80a1210 1210 0 00-960-980l-50-10V3170l460-460 460-460 90 50c100 50 210 70 330 70 220 0 390-70 540-230 160-150 230-330 230-550a770 770 0 00-1460-350 770 770 0 00 0 710l30 60-510 510-500 500v1090l-10 1090h-830V2260l80-30a510 510 0 10-720-580c-60 230 70 480 280 580l80 30v1470l-10 1470h-820V3880l80-40c150-70 250-200 290-370 20-100 10-200-50-320a510 510 0 00-880-50 520 520 0 00-30 520c50 100 190 210 280 240l40 10v670l-10 660-280 10h-280V1540l90-30c190-70 350-210 440-400 120-250 100-530-60-770a780 780 0 00-780-330zm240 330c60 20 150 60 210 120 180 180 180 470 0 640-90 80-170 110-280 120-110 0-200-20-290-80a440 440 0 01 80-760 460 460 0 01 280-40zM7670 850c90 50 140 160 120 260-20 70-80 140-150 160-240 80-420-200-240-380 80-70 180-90 270-40zm6640 310c130 40 240 130 300 260 50 90 50 210 20 310a440 440 0 11-530-560c80-20 130-20 210-10zm-2650 400c40 20 100 80 120 130 30 80 0 180-60 250-120 100-310 70-370-70-70-160 40-330 210-330l100 20zm-7210 370c90 60 140 170 110 270-60 170-270 220-390 90-20-10-40-50-50-70-50-120 10-250 130-300 60-30 150-20 200 10zm3430 800c100 50 160 160 130 270-30 120-160 200-280 160-200-50-240-280-80-410 60-40 160-50 230-20zm2680 440c180 90 170 350-20 430-40 10-130 10-180-10-180-70-180-330-10-410 70-40 140-40 210-10zm6500 530c80 30 140 120 140 210 0 240-330 320-440 100-20-40-30-130-10-180 50-120 190-180 310-130zM1680 4490a440 440 0 11-190 860c-90-20-140-50-200-110s-100-120-120-210c-90-310 200-610 510-540zm11250 1080c260 70 480 270 580 520 50 150 50-80 50 3440 0 3200 0 3230-20 3310-60 270-270 510-530 600-150 60 80 60-3420 60-2890 0-3230 0-3300-20a880 880 0 01-660-630l-30-70V6270l30-80a870 870 0 01 710-640l3260-10 3240 10 80 20zm5220 450c80 20 160 130 160 210a230 230 0 11-460-40c30-130 160-210 300-170zM3130 7200c70 30 120 120 120 210 0 130-140 250-270 220-200-30-260-270-110-400l70-50c50-10 140-10 190 20zm-1050 980c80 40 120 100 120 200 0 110-60 190-150 220-80 30-160 20-220-40a230 230 0 01 0-350c70-60 170-70 250-30zm14220 0c80 40 120 120 120 220-10 80-40 140-110 180-150 100-350-10-350-200 0-170 190-280 340-200zM910 9100c70 20 160 80 200 130a440 440 0 01 50 500c-40 80-70 110-140 160-240 150-560 50-660-220-90-230 40-500 290-580 70-20 190-10 260 10zm17630-10c120 40 230 130 280 250 30 60 30 70 30 180 10 110 0 120-30 180-60 140-190 240-340 260-180 30-380-80-460-260-30-60-30-70-30-180s0-120 30-180c50-120 140-200 260-240 80-20 180-30 260-10zm-2190 1210c160 80 170 290 20 390-30 30-50 30-110 40-70 0-120-10-170-60-50-40-70-90-80-170 0-60 10-70 30-110 30-50 100-100 130-110 70-20 130-10 180 20zm-14500 950c60 20 130 100 150 150 30 90 0 180-70 240-50 50-100 60-170 60-200-10-280-260-140-400 60-60 140-70 230-50zm15540 20c130 70 170 240 70 360a230 230 0 01-380-40c-30-60-30-180 10-240 70-90 190-130 300-80zm-13720 150a230 230 0 11-300 320c-30-60-30-150 0-210 50-110 190-160 300-110zm13800 1990c180 40 310 170 340 360 30 130-20 270-120 380-70 60-120 90-210 110-320 90-620-210-540-530 50-160 180-290 330-320 90-20 120-20 200 0zM2360 14920c190 70 190 350 0 430-50 20-140 20-190-10-110-60-160-190-110-310 50-110 190-160 300-110zm5180 970c80 40 130 120 130 210 0 130-100 230-230 230-90 0-180-60-220-150-20-70-10-150 30-210 60-100 190-130 290-80zm4320 10c220 150 60 500-200 420-110-40-180-170-150-280 20-60 70-130 120-150 70-30 170-20 230 10zm3500 810c110 40 180 170 150 280s-120 170-220 170c-130 0-230-80-240-210-10-170 150-290 310-240zm-10260 470a450 450 0 01 270 660c-40 60-130 140-190 170a440 440 0 01-420-780c100-60 230-80 340-50zm2430 580 80 50c100 80 120 220 30 320-50 60-100 80-180 80-60 0-70 0-110-30-60-40-80-60-100-120-20-50-20-100 0-150 10-50 30-80 80-110 60-50 120-60 200-40zm4240 0c70 20 110 60 140 120 100 190-100 410-290 320-110-50-160-150-140-260 20-80 80-150 160-180h130zm-2070 40c160 40 290 180 320 360 50 280-220 550-510 500-300-50-460-370-320-640 30-60 130-160 190-190 100-50 210-60 320-30"/><path d="m8460 7430-180 530-240 690-170 520a419820 419820 0 01-840 2470h280l290-10 70-210 220-670 150-440h1500l130 390 210 640 100 280 10 20h580a1192710 1192710 0 00-1380-4060l-60-180h-660l-10 30zm350 550 210 730 200 570a384600 384600 0 01 200 600 30580 30580 0 01-1270 0l310-920a12460 12460 0 00 320-1070l30 90zm2380 1540v2120h550V7400h-550v2120"/></g></svg>
<p id="I made it all up" class="anchored">I made it all up 😂</p>
</div>
</article>
</section>
<footer-component></footer-component>
</body>
</html>
*/