๐๏ธ Get the Current Balance of the Connected Account
Learn how to display the STRK balance and address of an account in your dApp.
๐๏ธ Write to contract with writeContractAsync button
Learn how to create a button that executes the writeContractAsync function to interact with a smart contract.
๐๏ธ Read a uint from a contract
Learn how to read from contract functions which accept arguments / no arguments and display them on UI.
๐๏ธ Batching multiple writes to a single transaction
Learn how to perform multiple write operations to StarkNet smart contracts simultaneously.
๐๏ธ Integrating Cartridge Controller
Comprehensive guide to integrating the Cartridge Controller in Scaffold-Stark
๐๏ธ Developing on a Fork
This guide shows how to run and interact with a local fork of Starknet mainnet.
๐๏ธ Fetch user profile and display it on your application
Learn how to use `useScaffoldStarkProfile` hook to fetch user profile and StarknetID from their servers.
๐๏ธ Reading Events from Starknet Contracts
How to read and process events emitted by Starknet contracts