-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
1,188 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -386,6 +386,8 @@ | |
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li class="md-nav__item md-nav__item--nested"> | ||
|
@@ -474,6 +476,26 @@ | |
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li class="md-nav__item"> | ||
<a href="nostr/04-keys/" class="md-nav__link"> | ||
|
||
|
||
<span class="md-ellipsis"> | ||
Keys | ||
</span> | ||
|
||
|
||
</a> | ||
</li> | ||
|
||
|
||
|
||
|
||
</ul> | ||
</nav> | ||
|
||
|
@@ -610,6 +632,42 @@ | |
|
||
|
||
|
||
<label class="md-nav__title" for="__toc"> | ||
<span class="md-nav__icon md-icon"></span> | ||
Table of contents | ||
</label> | ||
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix> | ||
|
||
<li class="md-nav__item"> | ||
<a href="#libraries" class="md-nav__link"> | ||
Libraries | ||
</a> | ||
|
||
</li> | ||
|
||
<li class="md-nav__item"> | ||
<a href="#state" class="md-nav__link"> | ||
State | ||
</a> | ||
|
||
</li> | ||
|
||
<li class="md-nav__item"> | ||
<a href="#license" class="md-nav__link"> | ||
License | ||
</a> | ||
|
||
</li> | ||
|
||
<li class="md-nav__item"> | ||
<a href="#donations" class="md-nav__link"> | ||
Donations | ||
</a> | ||
|
||
</li> | ||
|
||
</ul> | ||
|
||
</nav> | ||
</div> | ||
</div> | ||
|
@@ -627,7 +685,19 @@ | |
|
||
|
||
<h1 id="introduction">Introduction</h1> | ||
<p>TODO: introduction</p> | ||
<p>Collection of libraries to build fast and secure <code>nostr</code> application on <code>desktop</code>, <code>mobile</code> and <code>web</code> environments.</p> | ||
<h2 id="libraries">Libraries</h2> | ||
<ul> | ||
<li><a href="nostr/01-index/">Nostr</a>: Implementation of the <code>nostr</code> protocol</li> | ||
<li><a href="nostr-sdk/01-index/">Nostr SDK</a>: High level nostr client library</li> | ||
</ul> | ||
<h2 id="state">State</h2> | ||
<p><strong>These libraries are in ALPHA state</strong>, things that are implemented generally work but the API will change in breaking ways.</p> | ||
<h2 id="license">License</h2> | ||
<p>This project is distributed under the MIT software license.</p> | ||
<h2 id="donations">Donations</h2> | ||
<p>⚡ Tips: <a href="https://getalby.com/p/yuki">https://getalby.com/p/yuki</a></p> | ||
<p>⚡ Lightning Address: [email protected]</p> | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.