1
Set Up Wallet Client
2
Sign Authorization
3
Initialize Nexus Account
4
Connect to MEE Relayer
5
Quote Orchestration
Passing Authorizations: We recommend passing authorizations manually as it gives you more control over signing for different chains and wallet providers. However, if you’d just like our SDK to automatically prompt users to sign authorizations, you can omit the
authorizations field and just set delegate: true6
Execute Orchestration
Notes
delegate: trueis mandatory.authorizationmust be passed. You can pass it manually (recommended) or allow the SDK to prompt the user to sign.accountAddressmust be explicitly overridden to the EOA address to signal EIP-7702 usage.- The Nexus smart account logic will be executed directly on the EOA address.