2024-06-04 03:59:20 +00:00
|
|
|
---
|
|
|
|
public: "true"
|
|
|
|
slug: "nostr"
|
|
|
|
tags: [Decentralized]
|
|
|
|
title: "Nostr"
|
2024-06-06 04:25:48 +00:00
|
|
|
prev: false
|
|
|
|
next: false
|
2024-06-04 03:59:20 +00:00
|
|
|
---
|
2024-06-18 07:32:30 +00:00
|
|
|
<script setup>
|
|
|
|
import { data } from '../../git.data.ts';
|
|
|
|
import { useData } from 'vitepress';
|
|
|
|
const pageData = useData();
|
|
|
|
</script>
|
|
|
|
<h1 class="p-name">Nostr</h1>
|
|
|
|
<p>8 words, ~0 minute read. <span v-html="data[`site/${pageData.page.value.relativePath}`]" /></p>
|
|
|
|
<hr/>
|
2024-06-04 03:59:20 +00:00
|
|
|
|
2024-06-26 14:56:04 +00:00
|
|
|
<details><summary>Referenced by:</summary><a href="/garden/fediverse/index.md">Fediverse</a></details>
|
2024-06-04 03:59:20 +00:00
|
|
|
|
2024-06-26 14:56:04 +00:00
|
|
|
<details><summary>Tags:</summary><a href="/garden/decentralized/index.md">Decentralized</a></details>
|
2024-06-04 03:59:20 +00:00
|
|
|
|
|
|
|
[Nostr](https://nostr.com) is a protocol for [Federated Social Media](/garden/fediverse/index.md)
|