DNS Server linuxLinux serverNETWORK ADMINISTRATIONS

Rust Nostr SDK | Rust Language

A look at how to use Nostr SDK with Rust and create your first messages transmitted by relays.
I followed the tutorial and then used my private key to send a messae and then checked it was published on Nostr by using https://iris.to/ to view it.

*I copied my private key from my Nostr client, and used it in my code to publish my public key in a message! As with many of these great open source projects they support Rust and provide excellent get started guides.

I didn’t describe it very well, but if you use my Rust code, pay attention to the hex v bech32 formatting. Depending on how you generate your keys the format may differ, but you can convert between the 2 formats.

🟩 https://nostr.com/
🟩 https://nostr.com/the-protocol
🟩 https://nostr.guide/how-nostr-is-different-from-blockchain-and-other-solutions/

Nostr Dev Kit
————————————–
🟩 https://ndkit.com/ – nostr dev kit
Supports native API’s including Rust, C, Swift, Javascript, Flutter, Java & Kotlin “so you can build Nostr applications in your preferred programming language.”

Find a relay :
🟩 https://nostr.watch/relays/find

Experiment with keys
🟩 https://nostrtool.com/

My code :
🟩 https://codeberg.org/RGGH/nostr_1/src/branch/main/src/main.rs

Rust Nostr Book
———————————–
🟩 https://rust-nostr.github.io/

Linux Hosting – VPS server – Webdock
—————————————————————-
🟩 Webdock Linux Hosting : https://webdock.io/en?maff=wdaff–170

@RngWeb
findthatbit@iris.to

#rustlang #nostr

source

by Learning Rust

linux dns server