Effortlessly integrate smart accounts and create a seamless user experience for your dApp with just a few lines of code.
Simplify the experience of signing multiple transactions into a one-click action for your users. Compose multiple transactions into one.
Onboard users to your dApp from 22+ EVM chains and provide a smooth cross-chain experience without adding support for each blockchain separately.
Let your dApp users handle transaction fees with various stablecoins on any supported chain — or choose to cover the fees entirely for them.
const { estimate, send } = useEtherspotUI();
// later on
<EtherspotBatches>
<EtherspotBatch>
<EtherspotTransaction to={bobAddress} value={'0.01'} />
<EtherspotTransaction to={christieAddress} value={'0.01'} />
</EtherspotBatch>
</EtherspotBatches>
Join our Discord
✕