+ +- `sdk`: Main SDK object that facilitates connection and actions related to MetaMask. +- `connected`: Boolean value indicating if the dapp is connected to MetaMask. +- `connecting`: Boolean value indicating if a connection is in process. +- `provider`: The provider object which can be used for lower-level interactions with the Ethereum blockchain. +- `chainId`: Currently connected blockchain's chain ID. + +
++ +- `theme`: Set to `light` or `dark` to adapt to your dapp's theme. +- `color`: The color of the button. Accepts any valid CSS color string. + +
+