68d81165918100b7...

68d81165918100b7...

npub

npub1drvpzev3syqt0kjrls50050uzf25gehpz9vgdw08hvex7e0vgfeq0eseet

pubkey (hex)

68d81165918100b7da43fc28f7d1fc12554466e1115886b9e7bb326f65ec4272

nprofile

nprofile1qqsx3kq3vkgczq9hmfplc28h687py42yvms3zkyxh8nmkvn0vhkyyusprf58garswvaz7tmjv4kxz7fwva6kcat8w4k82tnddajsavmsx2

Activity (4)

↳ Reply reya (npub1zfss807aer0j26mwp2la0ume0jqde3823rmu97ra6sgyyg956e0s6xw445)

Hi nostr:npub1drvpzev3syqt0kjrls50050uzf25gehpz9vgdw08hvex7e0vgfeq0eseet I'm using Nostr SDK FFI f...

I've already adapted FFI APIs but not released anything yet. There are still a some things to rework before the next release. I think if you fork th...

I've already adapted FFI APIs but not released anything yet. There are still a some things to rework before the next release. I think if you fork the repo, you should be able to run the workflow for building them by yourself: Fork the repo -> Go to "Actions" -> Select the "Publish" workflow -> Click on "Run workflow" -> Select the commit to use, deselect everything except "Build KMP" (the "Swift package version" can be empty) and DON'T select "Publish" -> Run it and you'll find the AAR in the artifacts (called nostr-sdk-ffi-kmp-aar). Compilation can be done also locally, but unfortunately requires macos as it needs binaries also for iOS, and I didn't found a way to cross-compile them from Linux. https://github.com/rust-nostr/nostr-sdk-ffi/commit/72c07c61b460c701dcfc93d51bc83e4a1c5eb689

Kind-1 (TextNote)

2026-04-27T06:48:52Z

👀 https://github.com/rust-nostr/nostr-scrolls By nostr:nprofile1qqsqqqqqq9g9uljgjfcyd6dm4fegk8em2yfz0c3qp3tc6mntkrrhawgppemhxue69uhkummn9ekx7mp0qyg8...

👀 https://github.com/rust-nostr/nostr-scrolls By nostr:nprofile1qqsqqqqqq9g9uljgjfcyd6dm4fegk8em2yfz0c3qp3tc6mntkrrhawgppemhxue69uhkummn9ekx7mp0qyg8wumn8ghj7mn0wd68ytnddakj7qghwaehxw309aex2mrp0yh8qunfd4skctnwv46z7hsrsym

Kind-1 (TextNote)

2026-04-04T06:46:28Z

↳ Reply reya (npub1zfss807aer0j26mwp2la0ume0jqde3823rmu97ra6sgyyg956e0s6xw445)

Hi nostr:npub1drvpzev3syqt0kjrls50050uzf25gehpz9vgdw08hvex7e0vgfeq0eseet I wonder if you have any pl...

Yes, I've starter working on it a couple of days ago. The PR: https://github.com/rust-nostr/nostr/pull/1252 I'm working on making all the libraries r...

Yes, I've starter working on it a couple of days ago. The PR: https://github.com/rust-nostr/nostr/pull/1252 I'm working on making all the libraries runtime-agnostic. Hope to have a PR ready soon.

Kind-1 (TextNote)

2026-02-11T11:48:23Z

↳ Reply reya (npub1zfss807aer0j26mwp2la0ume0jqde3823rmu97ra6sgyyg956e0s6xw445)

I want to give users full control over the flow. Users can approve/reject auth requests. You can che...

Ahh, with the AdmitPolicy::admit_auth is possible handle the approve/reject flow while using the SDK impl: https://github.com/rust-nostr/nostr/pull/12...

Ahh, with the AdmitPolicy::admit_auth is possible handle the approve/reject flow while using the SDK impl: https://github.com/rust-nostr/nostr/pull/1218

Kind-1 (TextNote)

2026-02-10T07:18:09Z