emailxgmaildiscordtelegram
Requesting Data Scopes
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
partnerId. Partners integrating via EIP-6963 will not have access to
user tokens.emailxgmaildiscordtelegramimport { DataScopes } from "@sophon-labs/account-core";
import { SophonContextProvider } from "@sophon-labs/account-react-native";
export default function App() {
return (
<SophonContextProvider
partnerId="$YOUR_PARTNER_ID"
dataScopes={[DataScopes.email, DataScopes.x]}
network="testnet"
>
{/* Your components*/}
</SophonContextProvider>
);
}
Was this page helpful?