๐๏ธ Address
Display an address along with a utility icon to copy the address. If the address is associated with StarknetId that has an avatar, this avatar will be displayed. If not, a blockie image representation of the address will be shown.
๐๏ธ Balance
The Balance component displays the balance of a given Starknet (STRK) address in both its native currency and US dollars (USD). It allows toggling between these two modes and also handles potential errors or loading states.
๐๏ธ AddressInput
Display an Starknet address input that validates the address format, resolves StarknetId domains, and shows their avatars.
๐๏ธ StarkInput
Displays an input field for STRK/USD amount, with an option to convert between STRK and USD.
๐๏ธ InputBase
Simple building block for creating an input which comes with basic default styles (colors, rounded borders).
๐๏ธ IntegerInput
Provides an input field for integer values, validating that user input is a valid integer, and showing error if not.
๐๏ธ CustomConnectButton
Scaffold-Stark uses a custom "Connect Button", that is enhanced with several useful features:
๐๏ธ BlockieAvatar
Show a blockie (bar code profile icon) component for a given public address.
๐๏ธ Avatar
Reusable avatar component that renders a Starknet ID profile picture when provided; otherwise falls back to a blo-generated blockie for the given address.