Skip to main content
NEAR supports the following signature kinds:
  • Transaction, unsigned transaction.

Transaction

Signs an unsigned transaction.

Typescript Example with NEAR JavaScript API

First install the NEAR JavaScript API. You can find the full documentation here: https://near.github.io/near-api-js Here a code sample to generate a signature via the DFNS TypeScript SDK:
Last modified on July 7, 2026