The Raydius SDK integrates seamlessly with wagmi, a collection of React hooks for Ethereum. Wagmi provides hooks for connecting to wallets, managing accounts, and interacting with contracts. Using wagmi simplifies the process of signing messages and transactions in your Raydius integration.
To ensure compatibility, we are using wagmi version 1.4.12. For detailed documentation, please refer to the wagmi documentation.
Example: Signing a Message
Here is an example of how to sign a message using wagmi with Raydius: