Skip to main content

Recommended: JavaScript SDK for React Native

While this SDK is still supported, we recommend using newer JavaScript SDK, which is optimized for React Native, but also comes with a host of other benefits.

Overview

There are three ways to validate EVM signatures: Using Viem helpers, Manual validation, and EIP 6492 (necessary if you are using Kernel clients).

Validate with Viem

Viem provides verifyMessage (EIP‑191) and verifyTypedData (EIP‑712). When you pass a PublicClient, Viem can automatically validate contract wallet signatures via ERC‑1271.

EIP‑191 (message/personal_sign)

EIP‑712 (typed data)

Manual validation

EIP‑191 (message)

EIP‑712 (typed data)

Using EIP 6492

Last modified on July 24, 2026