buidler.etherspot.io Open in urlscan Pro
2a06:98c1:3121::3  Public Scan

URL: https://buidler.etherspot.io/
Submission: On March 15 via api from FI — Scanned from NL

Form analysis 0 forms found in the DOM

Text Content

BUIDLer
Dev DocsImplementationUse Cases
Book a demo


BUIDLER FOR WEB3 BUILDERS


GIVE YOUR DAPP CUTTING EDGE ACCOUNT ABSTRACTION SUPER-POWERS

Implement BUIDLer, a plug & play solution that you can easily drop into your
dApp and take it to the top level.

Feel the magic


BUIDLER REACT COMPONENT


SIGN IN

Social
Web3
Google
Apple
Facebook
Discord
Twitter
Email

Show more options


SOCIAL LOGINS

onboard your Web2 users easily


TRANSACTION BATCHING / MULTI-CALL

performing several actions in a single transaction


CROSS-CHAIN BRIDGING

allow your dApp to onboard users from any EVM chain


SEAMLESS MULTI-CHAIN EXPERIENCE

users can control their wallets on any chain from any endpoint


HIGHLY CUSTOMIZABLE

interact with Keybased (Metamask) wallet only, deposit to Etherspot's Smart
Wallet, go fully Smart Wallet.

Read Docs


ACCESS ALL THE BENEFITS OF ETHERSPOT ACCOUNT ABSTRACTION SDK WITHOUT CHANGING
YOUR DAPP'S USER FLOW. SUPER SIMPLE, SUPER SMART.

Supported on BUIDLer




DIRECT ACCESS FOR YOUR DAPP TO LI.FI, UNISWAP, SUSHISWAP, QUICKSWAP, 1INCH,
PARASWAP, HONEYSWAP, SOCKET NETWORK, AND MORE.




COMPATIBLE WITH ANY WEB3 PROVIDER (METAMASK, WALLETCONNECT, TORUS, AND OTHERS).




INTERACTION BETWEEN YOUR ETHERSPOT SMART WALLET AND WEB3 KEY-BASED WALLET IS
INCLUDED.




BUIDLER
IMPLEMENTATION

Simply design your transaction using the component dropdown function



Copy and paste the output script into your dapp's code


INSTALL

npm i @etherspot/react-transaction-buidleroryarn add
@etherspot/react-transaction-buidler


USAGE EXAMPLE

import { Etherspot } from '@etherspot/react-transaction-buidler';...const
ReactComponent = () => {  ...  return (    <Etherspot
provider={connectedProvider} />  )}


TRANSACTION BATCHING USE-CASES


MULTI-CALL BATCHING

This type of batching allows you to merge several transactions in one and keep
them sequential

EXAMPLE: CROSS-CHAIN STAKE INTO SKLIMA

We facilitate cross-chain staking into the Klima smart contract in just 3 steps
which would normally be 9 steps on 3 different dapps.

WHAT IS HAPPENING IN THE BACKGROUND?

 1. Swapping USDC to MATIC.
 2. Swapping USDC to KLIMA.
 3. Deploying the Smart Wallet.
 4. Staking KLIMA to receive sKLIMA.
 5. Sending sKLIMA back to the keywallet address (e.g. Metamask)

All in a single transaction on the destination chain, without switching RPC
networks and with no need to have the native gas token.


TRANSACTION BUNDLING

This type of batching allows you to merge several transactions in one without
following in sequence

EXAMPLE: MULTI ASSET EXCHANGE

- multiple tokens to multiple tokens
- one token to multiple tokens
- multiple tokens to one token

Normally, a user would have to swap each token separately and perform many
steps.

 1. Swap UNI to MATIC
 2. Swap ETH to AAVE
 3. Swap SNX to KLIMA
 4. Swap USDT to USDC
 5. Swap DAI to PLR

5 swaps in a single a transaction with 1 click.


HAVE ANY QUESTIONS? JOIN OUR DISCORD AND CHAT WITH THE TEAM!

JOIN OUR DISCORD

Powered by
Dev DocsBlogPrivacy Policy