Simplified Smart Wallet Session Key API
Joaquim Verges
You can now easily create session keys for your smart wallets, granting scoped access to other wallets.
This is useful in a handful of setups where you need to give restricted or temporary smart wallet access to a backend or another user.
Restrictions include:
- Which contracts can be called
- How much ETH can be spent
- start and expiration time
Here's what it looks like in Typescript:
And in React:
Read more on our portal: