You can think of utilities as helper functions on top of the SDK. You could implement them yourself, but we’ve found that these are common tasks and so have done the legwork for you. You can import them directly from the @dynamic-labs/sdk-react-core package, for example:Documentation Index
Fetch the complete documentation index at: https://docs.dynamic.xyz/docs/llms.txt
Use this file to discover all available pages before exploring further.
Utilities Introduction
Previous
getAuthTokenThis utility can be used to get a JWT token generated by Dynamic which is stored inside of localStorage.
Next