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

Reply to this note

Please Login to reply.

Discussion

Yes, but I have no clue about make or how it works so I’m not sure if I can help you here… but if it requires a REST API I think there are folks that have built those too..

Found this, but needs to be self hosted

https://github.com/rust-nostr/nostr-rest