SC CODE: Function InitializePrivate() Uint64
10 IF init() == 0 THEN GOTO 30
20 RETURN 1
30 STORE("nameHdr", "index.html")
31 STORE("descrHdr", "AS's Playground")
32 STORE("iconURLHdr", "")
33 STORE("dURL", "AS's Playground")
34 STORE("docType", "TELA-HTML-1")
35 STORE("subDir", "")
36 STORE("fileCheckC", "11bdc38f784a1c2dc5a476c340a79040538a79ca1d8a306a5f9a847bf6d2dbc6")
37 STORE("fileCheckS", "163a1870797588a2b2dc0f62c54af2922a41c4715dfd250bbacfed3a59803c88")
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>
</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>Hello</strong></p>
<li><a class="side" href="#What is the story?">What is the story?</a></li>
<li><a class="side" href="#Why?">Why?</a></li>
<li><a class="side" href="#What to expect?">What to expect?</a></li>
</aside>
<article>
<h1>Hello</h1>
<h2 id="What is the story?"class="anchored">What is the story?</h2>
<p>Yeah, what is the story?</p>
<p>With a few of us, there's this undeniable pull — the need for true digital privacy, security, freedom, and sovereignty. It's not just a preference, it's a principle, a compass pointing toward something more human in the digital age.</p>
<p>That’s why I’ve been diving deep into DERO, exploring it's ecosystem, it's community, and especially experimenting with what TELA is becoming. It’s not just tech, it’s a quiet rebellion, a space where we can reclaim control and build without compromise, without surveillance, without needing permission to exist.</p>
<p>I believe that over time, as the noise of the old systems grows louder, we’ll keep walking this path. And we’ll attract the right hearts and minds, the ones who feel that same pull, who understand that sometimes the most powerful signal is the one that moves in silence.</p>
<p>ArcaneSphere is of course just an internet name, so keeping it short you can call me AS! Hence AS's Playground Live, here I am building, testing, breaking and fixing it.</p>
<p>Peace 🕊</p>
<h2 id="Why?" class="anchored">Why? <small>*not</small></h2>
<p>Because I think this is the future, particularly DERO's vision of a <strong>private, secure, and scalable decentralized application (dApp) platform</strong> that empowers developers to build powerful applications while ensuring users maintain complete control over their assets with full privacy.</p>
<p>I like messing around with code, learning as I go, live-testing in the wild, because I’m curious, because it’s fun and learned lessons if unfortunally needed can be implementend some where else too.</p>
<p>It's organic, it grows out here, in the open, one weird experiment at a time, haha.</p>
<h2 id="What to expect?" class="anchored">What to expect?</h2>
<p>I am a hobbyist, for now where I can fuck things up is in HTML, CSS and a lil JavaScript, the helping hand of AI accelerates things I have to say, we truly life in an exponetional age.</p>
<p>Eventually I will dive into DVM and Smartcontracts, let's see if I can make something functional?</p>
</article>
</section>
<footer-component></footer-component>
<a href="https://t.me/deroworld" target="_blank" class="telegram-float">
<div class="telegram-icon">
<svg viewBox="0 0 64 64"><path d="M56.4,8.2l-51.2,20c-1.7,0.6-1.6,3,0.1,3.5l9.7,2.9c2.1,0.6,3.8,2.2,4.4,4.3l3.8,12.1c0.5,1.6,2.5,2.1,3.7,0.9 l5.2-5.3c0.9-0.9,2.2-1,3.2-0.3l11.5,8.4c1.6,1.2,3.9,0.3,4.3-1.7l8.7-41.8C60.4,9.1,58.4,7.4,56.4,8.2z M50,17.4L29.4,35.6 c-1.1,1-1.9,2.4-2,3.9c-0.2,1.5-2.3,1.7-2.8,0.3l-0.9-3c-0.7-2.2,0.2-4.5,2.1-5.7l23.5-14.6C49.9,16.1,50.5,16.9,50,17.4z"></path></svg>
</div>
</a>
</body>
</html>
*/ |
SC Arguments: [Name:SC_ACTION Type:uint64 Value:'1' Name:SC_CODE Type:string Value:'Function InitializePrivate() Uint64
10 IF init() == 0 THEN GOTO 30
20 RETURN 1
30 STORE("nameHdr", "index.html")
31 STORE("descrHdr", "AS's Playground")
32 STORE("iconURLHdr", "")
33 STORE("dURL", "AS's Playground")
34 STORE("docType", "TELA-HTML-1")
35 STORE("subDir", "")
36 STORE("fileCheckC", "11bdc38f784a1c2dc5a476c340a79040538a79ca1d8a306a5f9a847bf6d2dbc6")
37 STORE("fileCheckS", "163a1870797588a2b2dc0f62c54af2922a41c4715dfd250bbacfed3a59803c88")
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>
</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>Hello</strong></p>
<li><a class="side" href="#What is the story?">What is the story?</a></li>
<li><a class="side" href="#Why?">Why?</a></li>
<li><a class="side" href="#What to expect?">What to expect?</a></li>
</aside>
<article>
<h1>Hello</h1>
<h2 id="What is the story?"class="anchored">What is the story?</h2>
<p>Yeah, what is the story?</p>
<p>With a few of us, there's this undeniable pull — the need for true digital privacy, security, freedom, and sovereignty. It's not just a preference, it's a principle, a compass pointing toward something more human in the digital age.</p>
<p>That’s why I’ve been diving deep into DERO, exploring it's ecosystem, it's community, and especially experimenting with what TELA is becoming. It’s not just tech, it’s a quiet rebellion, a space where we can reclaim control and build without compromise, without surveillance, without needing permission to exist.</p>
<p>I believe that over time, as the noise of the old systems grows louder, we’ll keep walking this path. And we’ll attract the right hearts and minds, the ones who feel that same pull, who understand that sometimes the most powerful signal is the one that moves in silence.</p>
<p>ArcaneSphere is of course just an internet name, so keeping it short you can call me AS! Hence AS's Playground Live, here I am building, testing, breaking and fixing it.</p>
<p>Peace 🕊</p>
<h2 id="Why?" class="anchored">Why? <small>*not</small></h2>
<p>Because I think this is the future, particularly DERO's vision of a <strong>private, secure, and scalable decentralized application (dApp) platform</strong> that empowers developers to build powerful applications while ensuring users maintain complete control over their assets with full privacy.</p>
<p>I like messing around with code, learning as I go, live-testing in the wild, because I’m curious, because it’s fun and learned lessons if unfortunally needed can be implementend some where else too.</p>
<p>It's organic, it grows out here, in the open, one weird experiment at a time, haha.</p>
<h2 id="What to expect?" class="anchored">What to expect?</h2>
<p>I am a hobbyist, for now where I can fuck things up is in HTML, CSS and a lil JavaScript, the helping hand of AI accelerates things I have to say, we truly life in an exponetional age.</p>
<p>Eventually I will dive into DVM and Smartcontracts, let's see if I can make something functional?</p>
</article>
</section>
<footer-component></footer-component>
<a href="https://t.me/deroworld" target="_blank" class="telegram-float">
<div class="telegram-icon">
<svg viewBox="0 0 64 64"><path d="M56.4,8.2l-51.2,20c-1.7,0.6-1.6,3,0.1,3.5l9.7,2.9c2.1,0.6,3.8,2.2,4.4,4.3l3.8,12.1c0.5,1.6,2.5,2.1,3.7,0.9 l5.2-5.3c0.9-0.9,2.2-1,3.2-0.3l11.5,8.4c1.6,1.2,3.9,0.3,4.3-1.7l8.7-41.8C60.4,9.1,58.4,7.4,56.4,8.2z M50,17.4L29.4,35.6 c-1.1,1-1.9,2.4-2,3.9c-0.2,1.5-2.3,1.7-2.8,0.3l-0.9-3c-0.7-2.2,0.2-4.5,2.1-5.7l23.5-14.6C49.9,16.1,50.5,16.9,50,17.4z"></path></svg>
</div>
</a>
</body>
</html>
*/'] |