Hooks
useFutureverseSigner
useFutureverseSigner()
- Initializes the signer in your application, enabling functionalities such as signing messages, transactions, and extrinsics. This is useful for Web3 applications that require authentication or transaction signing.
Examples:
Importing and initializing the signer:
Signing a message:
You can use the signer to sign a simple message, as shown in the following example:
Signing a Root Network extrinsic:
This example demonstrates how to use the signer for signing a TRN extrinsic, such as minting an NFT:
Was this page helpful?