What is Nostr?
K
npub1h49…9kay
2025-04-13 16:38:46

K on Nostr: i was looking at Vertex documents here: ...

i was looking at Vertex (nprofile…y38p) documents here: https://vertexlab.io/docs/nips/verify-reputation-dvm on how to use their #dvm using #nak . i find that i have to parse result event and then parse the .content json to get the data i want.

i wrote this #jq command which may help you as well:

```sh
<command> | jq -r '.content | fromjson' | jq '.'
```

example:

```sh
nak req -k 6312 -k 7000 --tag e=bd4ae3e67e29964d494172261dc45395c89f6bd2e774642e366127171dfb81f5 wss://relay.vertexlab.io | jq -r '.content | fromjson' | jq '.'
```

#note #devnote #dev_note #dev #devstr #vertex
Author Public Key
npub1h49w8en79xty6j2pwgnpm3znjhyf767jua6xgt3kvyn3w80ms86s2z9kay