I’m surprised people are upset by this. It’s literally the simplest encoding that you can do for encoding variable data into nostr tags
let parts = split(“ “, max: 1)
it parts.count != 2 return null
let name = parts[0]
let value = parts[1]
Me among Devs
Please Login to reply.
No replies yet.