1. Install Dependencies
Sorokit is split into modular packages. You will also need to install the peer dependencies that power our validation and data fetching.2. Wrap your application
TheSorokitProvider is the single entry point. It manages your network settings, handles wallet connections, and injects the DevTools.
3. Read from a contract
UseuseContractCall to fetch data. You do not need a connected wallet for this since it uses a network simulation.
4. Submit a transaction
UseuseContractSend for state-changing operations. Ensure you connect a wallet using the ConnectWalletButton or the useWallet hook first.

