Skip to main content
To allow a third-party to transact on wallets, follow the guide below.
This guide assumes your application has already configured signers in the Dashboard.
To provision server-side access for user’s wallets, use the addSigners method from the useSigners hook:

Usage

Check out the starter repo for an end to end example of how to use signers.

Parameters

The addSigners method accepts a params object with the following fields:
address
string
required
Address of the embedded wallet to add a signer to.
signers
object[]
required