Generate temporary keypair (without KYC) compatible with Concordium keys

Hello,

I’m integrating Concordium to our app where we have E2EE flows and we need temporary keypair and this was possible with standart blockchain where deriving keys is a local operation but it is not possible with Concordium without going through the whole identity/kyc flow, so I wanted to ask is there a way to create temporary keys.

I am using web-sdk.

Hello byurhannurula,

You might want to check out the implementation of a smart contract wallet. You can generate keys and manage the assets of your users in the smart contract wallet which does not require your users to go through the KYC process.