Import wallet by private key, mnemonic phrase.
Add WalletKit to your app
Authenticate to WalletKit
Obtain user pincode
user pin
on your servers.Import an EOA wallet
privateKey
, set userPin
, and controlMode
set to user
, type
set to eoa
.ownerId
is automatically set to the user id when authenticated with email login, you can safely ignore it in this case.
If you are making server-side requests using your API Key, you can optionally set the owner id to a user id corresponding to your authentication system.