Thanks I’m unfortunately not proficient in coding hence using Make. Are you referring to this….
{
"id": <32-bytes lowercase hex-encoded sha256 of the serialized event data>,
"pubkey": <32-bytes lowercase hex-encoded public key of the event creator>,
"created_at":
"kind":
"tags": [
[
// ...
],
"content":
"sig": <64-bytes lowercase hex of the signature of the sha256 hash of the serialized event data, which is the same as the "id" field>
}
Which module in make would be best for this? Thanks