Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 533 Bytes

File metadata and controls

15 lines (10 loc) · 533 Bytes

Make blockchain calls

Because Wagmi is configured in this application, you can use Wagmi hooks to make blockchain calls. This example demonstrates common hooks: useBalance, useAccount, useSignMessage, useSendTransaction, and useSwitchChain.

See the Wagmi documentation for more information on the hooks.

:::tip Connect any blockchain

Refer to the blockchain documentation to learn more about making calls on any supported blockchain.

:::