68d81165918100b7...

68d81165918100b7...

npub

npub1drvpzev3syqt0kjrls50050uzf25gehpz9vgdw08hvex7e0vgfeq0eseet

pubkey (hex)

68d81165918100b7da43fc28f7d1fc12554466e1115886b9e7bb326f65ec4272

nprofile

nprofile1qqsx3kq3vkgczq9hmfplc28h687py42yvms3zkyxh8nmkvn0vhkyyusprf58garswvaz7tmjv4kxz7fwva6kcat8w4k82tnddajsavmsx2

动态 (7)

↳ 回复 reya (npub1zfss807aer0j26mwp2la0ume0jqde3823rmu97ra6sgyyg956e0s6xw445)

nostr:npub1drvpzev3syqt0kjrls50050uzf25gehpz9vgdw08hvex7e0vgfeq0eseet all latest changes in rust-nos...

Some of the APIs were not designed as well as they should have been. We’re redesigning and refining them with v1.0 in mind (no ETA yet)

Kind-1 (TextNote)

2026-05-17T07:33:03Z

↳ 回复 reya (npub1zfss807aer0j26mwp2la0ume0jqde3823rmu97ra6sgyyg956e0s6xw445)

You can try run my project: https://git.reya.su/reya/coop-mobile/src/branch/develop/ it is very basi...

I just took a quick look, and I think the problem is that the relays being added with NONE capabilites. This means they can't do anything (neither rea...

I just took a quick look, and I think the problem is that the relays being added with NONE capabilites. This means they can't do anything (neither read nor write). Unless you want to use specific capabilities, you can omit that argument in addRelay, so they will be added with the default capabilities (READ + WRITE).

Kind-1 (TextNote)

2026-05-08T10:46:50Z

↳ 回复 reya (npub1zfss807aer0j26mwp2la0ume0jqde3823rmu97ra6sgyyg956e0s6xw445)

Hi nostr:npub1drvpzev3syqt0kjrls50050uzf25gehpz9vgdw08hvex7e0vgfeq0eseet I've found a weird issue ...

Have you a small example to reproduce it?

Kind-1 (TextNote)

2026-05-08T09:40:59Z

↳ 回复 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

↳ 回复 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

↳ 回复 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