Join Nostr
2025-04-13 16:38:46 GMT

k. on Nostr: i was looking at Vertex documents here: on how to use their #dvm using #nak . i find ...

i was looking at 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