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.
This commit is contained in:
ionextdebug 2024-01-07 09:08:35 -03:00 committed by GitHub
parent ec2741dc2f
commit 1598d22e0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -503,6 +503,7 @@ Outside of nostr itself, you find the community on:
## Tutorials ## Tutorials
- [Build your first nostr app](https://www.youtube.com/watch?v=4qOVxq9lUbs) - Nostr Dev course by Super Testnet - [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 - [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 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) - [How to: Run your own nostr relay](https://nutcroft.com/blog/how-to-run-your-own-nostr-relay/) (nostr-rs-relay, Caddy, no Docker)