Example: You want to paint a pixel at (100, 150) with the color #AB12FF.
Click to receive target prefixes (example values):
{
"r": "d733", // R address must start with this
"g": "45e8", // G address must start with this
"b": "a157", // B address must start with this
"jobid": "123e4567-e89b-12d3-a456-426614174000" // Example UUID
}
"jobid": "123e4567-e89b-12d3-a456-426614174000" // Example UUID
"RKey": "found_private_key" // Address must start with ABd733
"GKey": "found_private_key" // Address must start with 1245e8
"BKey": "found_private_key" // Address must start with FFa157
Returns a drawing token valid for 5 minutes
address = Blake2s(secp256k1(private_key))[-20:].hex()
x, y, token