Pharpend/develop (#1)
* move stuff in here * reorganizing because zx needs to feel special * add base58/base64 explainer draft
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Sidekick Examples: Home</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!-- link tree -->
|
||||
<ul><li>
|
||||
<b>Examples</b>
|
||||
</li></ul>
|
||||
|
||||
<h1>Sidekick Examples</h1>
|
||||
<ol>
|
||||
<li><a href="./hello.html">Hello World</a></li>
|
||||
<!--
|
||||
<li><a href="./logging.html">Console Logging</a></li>
|
||||
<li><a href="./logging_http.html">HTTP Logging</a></li>
|
||||
<li><a href="./detection.html">Detecting Wallet</a></li>
|
||||
-->
|
||||
<li><a href="./connection.html">Connecting to Wallet</a></li>
|
||||
</ol>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user