-
Notifications
You must be signed in to change notification settings - Fork 1
/
resources.json
97 lines (97 loc) · 3.02 KB
/
resources.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"websites": [
{
"name": "Nostr.com",
"description": "Official Nostr website providing an overview and resources",
"uri": "https://nostr.com"
},
{
"name": "Nostr.org",
"description": "Another central resource for Nostr with technical documentation",
"uri": "https://nostr.org"
},
{
"name": "Nostr.how",
"description": "Guide for getting started with Nostr, including clients and relays",
"uri": "https://nostr.how"
},
{
"name": "Learn Nostr",
"description": "A beginner's guide to Nostr with tutorials and examples",
"uri": "https://learnnostr.com"
}
],
"articles": [
{
"title": "The Future of Social Media with Nostr",
"author": "Bitcoin Magazine",
"uri": "https://bitcoinmagazine.com/technical/the-future-of-social-media-with-nostr"
},
{
"title": "Why Nostr is the Next Big Thing in Decentralized Communication",
"author": "Medium",
"uri": "https://medium.com/@author/why-nostr-is-the-next-big-thing-in-decentralized-communication"
},
{
"title": "Getting Started with Nostr",
"author": "Nostr.how",
"uri": "https://nostr.how/get-started-with-nostr"
},
{
"title": "Nostr: The Open Protocol Changing Social Media",
"author": "Bitcoinist",
"uri": "https://bitcoinist.com/nostr-open-protocol-changing-social-media/"
}
],
"videos": [
{
"title": "What is Nostr?",
"description": "A brief introduction to Nostr by BTC Sessions",
"uri": "https://www.youtube.com/watch?v=abcd1234"
},
{
"title": "How to Set Up a Nostr Client",
"description": "Tutorial by Coin Bureau on using a Nostr client",
"uri": "https://www.youtube.com/watch?v=wxyz5678"
},
{
"title": "Why Nostr Matters",
"description": "Explainer on why Nostr is important for the future of social media",
"uri": "https://www.youtube.com/watch?v=efgh9101"
}
],
"podcasts": [
{
"title": "Nostr Explained with Fiatjaf",
"host": "The Bitcoin Matrix Podcast",
"uri": "https://podcast-url.com/nostr-explained-fiatjaf"
},
{
"title": "Building Nostr Communities",
"host": "Tales from the Crypt",
"uri": "https://podcast-url.com/building-nostr-communities"
},
{
"title": "Damus and Nostr with William Casarin",
"host": "Stephan Livera Podcast",
"uri": "https://podcast-url.com/damus-and-nostr-william-casarin"
}
],
"art": [
{
"title": "Nostr Logo Pack",
"description": "High-resolution Nostr logos for community use",
"uri": "https://nostrart.com/logos"
},
{
"title": "Nostr Meme Collection",
"description": "A collection of community-made memes about Nostr",
"uri": "https://nostrart.com/memes"
},
{
"title": "Decentralized Future: A Nostr Art Piece",
"description": "Digital artwork representing Nostr's role in decentralization",
"uri": "https://nostrart.com/decentralized-future"
}
]
}