Migrate from Cosmos Kit
This guide maps common Cosmos Kit patterns to Graz. It focuses on application code that connects wallets, reads account state, creates clients, and sends transactions.
Connect with MetaMask Snap
Graz supports Cosmos accounts in MetaMask through Snap integrations. Use this guide when you want a small hello-world connection flow for MetaMask users.
Integrating Para Embedded Wallet with Graz
Para is a wallet connector that enables seamless integration with Cosmos-based chains in your Graz-powered application. This guide shows how to enable Para support, including the modal for user authentication and wallet selection.
Connect wallet
You can connect to a specific wallet by using the useConnect hook. You can connect to a specific wallet by passing the walletType parameter to the connect function.
Connect wallet through iframe
First you have to set the allowed origins for the iframe wallet, then you can connect.
Logging and Debugging
Graz includes a comprehensive logging system to help you debug wallet connections, transactions, and multi-chain operations during development and monitor errors in production.
Multi Chain
Graz provides first-class support for connecting to and interacting with multiple chains simultaneously. All hooks now return data in a consistent Record format for seamless multi-chain development.
Update Wallet Default Options
to set default options for the wallet.