Now you don’t need to have deep blockchain knowledge and Web3 development experience to write code that performs transactions on Ethereum and a wide range of Ethereum compatible blockchains.
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 14+ blockchains. Allow users to move easy between chains without adding support for each blockchain separately
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
✕