From 1598d22e0daf042e6d15a5fdc4d33433629fbbaa Mon Sep 17 00:00:00 2001 From: ionextdebug <146920353+ionextdebug@users.noreply.github.com> Date: Sun, 7 Jan 2024 09:08:35 -0300 Subject: [PATCH] Update README.md The current tutorials teach how to implement clients or relays using NOSTR tools or SDK. This tutorial teach from scratch, without any special library for NOSTR, only general purpose libraries. Essential to newcomers software developers be confortable with the protocol and implement your own custom tools. Also, the tutorial teach using Jupyter. Important for coporative users try the NOSTR protocol. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2b2dd49..b7bda3b 100644 --- a/README.md +++ b/README.md @@ -503,6 +503,7 @@ Outside of nostr itself, you find the community on: ## Tutorials - [Build your first nostr app](https://www.youtube.com/watch?v=4qOVxq9lUbs) - Nostr Dev course by Super Testnet +- [How to implement NOSTR Protocol from scratch with Python (NIP-01)]([https://www.youtube.com/watch?v=4qOVxq9lUbs](https://fullstackengineer.hashnode.dev/how-to-implement-nostr-protocol-from-scratch-with-python-nip-01)) - How to implement the NIP-01 using basic Python without NOSTR Tool or SDK (essential) - [Reddit clone by Super Testnet - part 1](https://www.youtube.com/watch?v=IAK0mrY2_Ew),[part 2](https://www.youtube.com/watch?v=3Pv940IEvTA) - building a reddit clone by Super Testnet - [How to set up a paid nostr relay](https://andreneves.xyz/p/how-to-setup-a-paid-nostr-relay) - [How to: Run your own nostr relay](https://nutcroft.com/blog/how-to-run-your-own-nostr-relay/) (nostr-rs-relay, Caddy, no Docker)