Pharpend/develop (#1)

* move stuff in here

* reorganizing because zx needs to feel special

* add base58/base64 explainer draft
This commit is contained in:
pharpend
2022-10-05 23:30:49 +09:00
committed by GitHub
parent 5a6a6fb6c3
commit cbb117b504
86 changed files with 8188 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="./style.css">
</head>
<body>
<ul>
<li>
<a href="/">Home</a>
<ul><li><b>Examples</b></li></ul>
</li>
</ul>
<h1>Sidekick Examples</h1>
<ol>
<li><a href="./examples_html/hello.html">Hello world</a></li>
<li><a href="./examples_html/do_a_transfer.html">Do a transfer</a></li>
<li><a href="./examples_html/ide.html">Sophia IDE</a></li>
<li><a href="./examples_html/maerket.html">(NYI) Maerket</a></li>
</ol>
</body>
</html>