RhinestoneSDK instance.
Usage
Parameters
SessionDefinition
required
The session definition
Returns
Session
The resolved session
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Create a smart session, resolving the chain’s wrapped-native token from the orchestrator’s chain catalog (GET /chains) so native-token wrapping is permitted automatically. Project-scoped — needs the API key but no account. For a fully offline build, use the standalone toSession and pass wrappedNativeToken yourself.
RhinestoneSDK instance.
const session = await sdk.createSession(definition)
Was this page helpful?