Requesting signatures
Wallets provisioned with signers can be used to transact and sign messages on behalf of a user from your server. To get started, configure the NodeJS SDK or the REST API. This is how your application will make requests to the Privy API to sign transactions on behalf of users. The signing key you configured in the dashboard is the authorization signing key used to produce authorization signatures when submitting requests. Once you have configured the NodeJS SDK or REST API, your application can send or sign transactions from a users wallet. Follow the NodeJS or REST API guides in theUsing wallets section to learn more about signing requests with wallets.

