git ssb

2+

cel / scuttlebot.io



Tree: 9e4b77aeb7181a93a9ee3ceb1c21d11841a35f57

Files: 9e4b77aeb7181a93a9ee3ceb1c21d11841a35f57 / build / whitepapers / secret-handshake.html

2612 bytesRaw
1<html>
2 <head>
3 <title>Scuttlebot.io</title>
4 <link rel="stylesheet" href="/css/index.css">
5 <link rel="stylesheet" href="/css/prism.css">
6 <script src="/js/prism.js"></script>
7 <script src="/js/code-examples.js"></script>
8 </head>
9 <body>
10 <div class="hero small">
11 <h1><a href="/"><img src="/img/hermies-256.png"></a> Scuttlebot<br><small>peer-to-peer mesh database</small></h1>
12 </div>
13 <div class="tabs">
14 <div ><a href="/basics/install-the-database.html" title="Basics">Basics</a></div>
15 <div ><a href="/social/social-network.html" title="Social">Social</a></div>
16 <div ><a href="/advanced/writing-applications.html" title="Advanced">Advanced</a></div>
17 <div class="current"><a href="/whitepapers/secure-scuttlebutt.html" title="Whitepapers">Whitepapers</a></div>
18 <div ><a href="/modules/ssb-client.html" title="Modules">Modules</a></div>
19</div>
20 <div class="nav-content-unit">
21 <ul class="nav">
22 <li ><a href="/whitepapers/secure-scuttlebutt.html" title="Secure Scuttlebutt">Secure Scuttlebutt</a></li>
23 <li class="current"><a href="/whitepapers/secret-handshake.html" title="Secret Handshake">Secret Handshake</a></li>
24 <li ><a href="/whitepapers/private-box.html" title="Private Box">Private Box</a></li>
25</ul>
26 <div class="content">
27
28 <h2>Secret Handshake</h2>
29 <p>todo</p>
30
31 </div>
32 </div>
33 <div class="footer">
34 <ul class="footer-section">
35 <li>Guides</li>
36 <li ><a href="/guides/lets-write-a-todo-list-app/intro.html" title="Let's Write: a Todo-List app">Let's Write: a Todo-List app</a></li>
37 <li ><a href="/guides/lets-write-a-private-messaging-app/intro.html" title="Let's Write: a Private Messaging app">Let's Write: a Private Messaging app</a></li>
38 <li ><a href="/guides/lets-write-a-file-sharing-app/intro.html" title="Let's Write: a File-Sharing app">Let's Write: a File-Sharing app</a></li>
39 <li ><a href="/guides/how-to-use-pull-streams/intro.html" title="How to use Pull Streams">How to use Pull Streams</a></li>
40 </ul>
41 <ul class="footer-section">
42 <li>Applications</li>
43 <li><a href="https://github.com/ssbc/patchwork" title="Patchwork">Patchwork</a>
44 <li><a href="https://github.com/ssbc/ssb-blessed-dashboard" title="CLI Dashboard">CLI Dashboard</a>
45 <li><a href="https://github.com/ssbc/ssb-example-pm" title="CLI Private Msg">CLI Private Msg</a>
46 </ul>
47 <ul class="footer-section">
48 <li>Community</li>
49 <li><p>#scuttlebutt on freenode</p></li>
50 <li><a href="https://github.com/ssbc">GitHub Org</a></li>
51 </ul>
52</div>
53 </body>
54 </html>

Built with git-ssb-web