What is Nostr?
Yuki Kishimoto
npub1drv…seet
2025-03-07 07:44:42
in reply to nevent1q…hwef

Yuki Kishimoto on Nostr: You have to build manually the event: ```python encrypted_content = nip04_encrypt(sk, ...

You have to build manually the event:

```python
encrypted_content = nip04_encrypt(sk, pk, msg)
builder = EventBuilder(4, encrypted_content).tag(Tag.public_key(pk))
client.send_event_builder(builder)
```
Author Public Key
npub1drvpzev3syqt0kjrls50050uzf25gehpz9vgdw08hvex7e0vgfeq0eseet