Skip to main content

1. Installation

Install the Signer SDK NPM package. Refer to this link for more information.

2. Configuration

To initialize a signer, you need two sets of data: your Signer Configuration (sensitive keys) and your Network Parameters (RPC and public addresses).

3. Signing a transaction

The following function illustrates the standard workflow: fetching a fresh nonce from the blockchain, initializing the factory, and signing the payload.