# Sorokit - [The Problem](https://docs.sorokit.xyz/index.md): Why Stellar development in React feels like plumbing—and how we're fixing it. - [Quickstart](https://docs.sorokit.xyz/quickstart.md): Go from a fresh React app to a working Stellar integration in minutes. - [useContractCall](https://docs.sorokit.xyz/hooks/use-contract-call.md): Simulate contract 'reads' with zero boilerplate and built-in caching. - [useContractSend](https://docs.sorokit.xyz/hooks/use-contract-send.md): Build, simulate, sign, and send a state-changing contract method call - [useSorobanForm](https://docs.sorokit.xyz/hooks/use-soroban-form.md): Contract-aware forms with runtime Zod validation, built on react-hook-form. - [useBalance](https://docs.sorokit.xyz/hooks/use-balance.md): Fetch and normalize balances across Native, Classic, and Soroban assets. - [useTransactionStatus](https://docs.sorokit.xyz/hooks/use-transaction-status.md): Poll for the final outcome of a submitted transaction hash. - [useNetworkStatus](https://docs.sorokit.xyz/hooks/use-network-status.md): Monitor the health and ledger state of the Stellar network. - [Integrated DevTools](https://docs.sorokit.xyz/tools/devtools.md): Debugging is a feature, not an afterthought. Inspect your transactions right where you build them. - [The Native Zod Adapter](https://docs.sorokit.xyz/tools/zod-adapter.md): Turn Soroban smart contract specs into instant UI validation at runtime. - [Transaction Sequencer](https://docs.sorokit.xyz/tools/transaction-sequencer.md): Prevent sequence collisions and tx_bad_seq errors automatically. - [Resumable Transactions](https://docs.sorokit.xyz/tools/resumable-transactions.md): Ensure transactions survive browser refreshes and tab closures. - [Streaming](https://docs.sorokit.xyz/tools/streaming.md) - [Unified Identity](https://docs.sorokit.xyz/wallets/setup.md): Manage user accounts and signing without the library lock-in. - [Wallet Connectors](https://docs.sorokit.xyz/wallets/connectors.md): Connect to any Stellar wallet using specialized adapters. - [useWallet](https://docs.sorokit.xyz/hooks/use-wallet.md): The only hook you need for connection and signing. - [ConnectWalletButton](https://docs.sorokit.xyz/components/connect-wallet-button.md): A ready-to-use button that handles connection states and account truncation. - [Token Transfer Form](https://docs.sorokit.xyz/guides/token-transfer-form.md): Build a complete, validated transfer UI using Sorokit hooks. - [Next.js Server Actions](https://docs.sorokit.xyz/guides/nextjs-server-actions.md): Optimize performance by simulating transactions on the server. - [Monetization with StellarTools](https://docs.sorokit.xyz/monetization/stellartools.md): The Stripe-like payment primitives for your Stellar products. - [Examples](https://docs.sorokit.xyz/examples.md): Production-ready starting points for your Stellar application.