Closed h0bb3 closed 2 weeks ago
We need an endpoint for the recovery of walletless keys. This basically just signs a message to the backend and return the answer.
$"{keyPair!.PublicKey}|{accessKey}|{DateTime.UtcNow.ToString("yyyy-MM-ddTHH:mm:ssZ")}";
this will be under POST walletless/recover
This will transform into a generic endpoint for signing stuff.
We need an endpoint for the recovery of walletless keys. This basically just signs a message to the backend and return the answer.
$"{keyPair!.PublicKey}|{accessKey}|{DateTime.UtcNow.ToString("yyyy-MM-ddTHH:mm:ssZ")}";