Configure authentication settings
Create your user
Request a user key with a user's access token
Execute transactions from your server
sub
).importUser
method to create a user.id
of the returned Privy user for the next step.createWallet
method of the Privy client’s walletApi
class to create a user:id
of the returned wallet, to allow your server to transact with this wallet in the next step.generateUserSigner
method of the Privy client’s walletApi
class:updateAuthorizationKey
method:privy.walletApi.ethereum.*
and privy.walletApi.solana.*
interfaces to take actions with wallets, and the SDK will automatically sign requests under the hood.