# Etherspot

## Etherspot

- [Welcome to Etherspot](https://v1.etherspot.io/master.md): Etherspot is an Account Abstraction SDK, delivering frictionless Web3 UX.
- [Chains, Bridges & DEXes](https://v1.etherspot.io/master/chains-bridges-and-dexes.md): Bringing the EVM-universe together.
- [Social Logins](https://v1.etherspot.io/master/social-logins.md): Combining Web3auth with Etherspot for a frictionless Web3 UX.
- [Web3 Logins](https://v1.etherspot.io/master/web3-logins.md)
- [Introduction](https://v1.etherspot.io/transaction-kit/introduction.md): An introduction to TransactionKit
- [Code Sandboxes](https://v1.etherspot.io/transaction-kit/code-sandboxes.md): We've built ready-to-go CodeSandboxes to get started quickly.
- [Quick Start](https://v1.etherspot.io/transaction-kit/quick-start.md): Get started quickly with TransactionKit
- [React Hooks](https://v1.etherspot.io/transaction-kit/react-hooks.md)
- [useEtherspotAssets()](https://v1.etherspot.io/transaction-kit/react-hooks/useetherspotassets.md): A React hook that retuns a list of tokens for developers to use in their project.
- [useEtherspotNfts()](https://v1.etherspot.io/transaction-kit/react-hooks/useetherspotnfts.md): A React hook that returns a list of NFTs for any supported blockchain and address.
- [useEtherspotHistory()](https://v1.etherspot.io/transaction-kit/react-hooks/useetherspothistory.md): A React hook that allows you to fetch the transaction history Etherspot addresses.
- [getAccountTransactions()](https://v1.etherspot.io/transaction-kit/react-hooks/useetherspothistory/getaccounttransactions.md): Gets all the transactions for an Etherspot address.
- [getAccountTransaction()](https://v1.etherspot.io/transaction-kit/react-hooks/useetherspothistory/getaccounttransaction.md): Gets a single transaction for an Etherspot address by hash.
- [useEtherspotTransactions()](https://v1.etherspot.io/transaction-kit/react-hooks/useetherspottransactions.md)
- [estimate()](https://v1.etherspot.io/transaction-kit/react-hooks/useetherspottransactions/estimate.md): Estimates all batches and transactions
- [send()](https://v1.etherspot.io/transaction-kit/react-hooks/useetherspottransactions/send.md): Sends all batches and transactions
- [useEtherspotAddresses()](https://v1.etherspot.io/transaction-kit/react-hooks/useetherspotaddresses.md): A React hook that returns all the blockchain addresses for all the blockchains that the Etherspot platform supports.
- [useEtherspotBalances()](https://v1.etherspot.io/transaction-kit/react-hooks/useetherspotbalances.md): A React hook that returns the native balance for a particular blockchain supported by the Etherspot Platform.
- [React Components](https://v1.etherspot.io/transaction-kit/react-components.md)
- [\<EtherspotTransactionKit />](https://v1.etherspot.io/transaction-kit/react-components/less-than-etherspottransactionkit-greater-than.md): The top level component that injects the Etherspot Platform into your React app
- [\<EtherspotBatches />](https://v1.etherspot.io/transaction-kit/react-components/less-than-etherspotbatches-greater-than.md): The beginning of a transaction. Indicates that we are creating one or more batches of transactions.
- [\<EtherspotBatch />](https://v1.etherspot.io/transaction-kit/react-components/less-than-etherspotbatch-greater-than.md): Indicates that we are going to add one more blockchain transactions to this batch.
- [\<EtherspotTransaction />](https://v1.etherspot.io/transaction-kit/react-components/less-than-etherspottransaction-greater-than.md)
- [\<EtherspotContractTransaction />](https://v1.etherspot.io/transaction-kit/react-components/less-than-etherspotcontracttransaction-greater-than.md)
- [\<EtherspotApprovalTransaction />](https://v1.etherspot.io/transaction-kit/react-components/less-than-etherspotapprovaltransaction-greater-than.md)
- [\<EtherspotTokenTransferTransaction />](https://v1.etherspot.io/transaction-kit/react-components/less-than-etherspottokentransfertransaction-greater-than.md)
- [Introduction](https://v1.etherspot.io/buidler-react-component/introduction.md)
- [Installation](https://v1.etherspot.io/buidler-react-component/installation.md)
- [Integrate React Component](https://v1.etherspot.io/buidler-react-component/integrate-react-component.md): Get going with the Etherspot BUIDLER React Component
- [Shared Sessions](https://v1.etherspot.io/buidler-react-component/shared-sessions.md)
- [Wallet Connectors](https://v1.etherspot.io/buidler-react-component/wallet-connectors.md)
- [Blocks](https://v1.etherspot.io/buidler-react-component/blocks.md)
- [Send](https://v1.etherspot.io/buidler-react-component/blocks/send.md)
- [Batching Transaction](https://v1.etherspot.io/buidler-react-component/blocks/batching-transaction.md): Batching allows a user to group multiple transactions together as one.
- [Multicall Transaction](https://v1.etherspot.io/buidler-react-component/blocks/multicall-transaction.md)
- [Swaps](https://v1.etherspot.io/buidler-react-component/blocks/swaps.md)
- [Bridges](https://v1.etherspot.io/buidler-react-component/blocks/bridges.md)
- [Custom Contract Interactions](https://v1.etherspot.io/buidler-react-component/blocks/custom-contract-interactions.md)
- [Styling](https://v1.etherspot.io/buidler-react-component/blocks/styling.md)
- [Build Your Own Block](https://v1.etherspot.io/buidler-react-component/build-your-own-block.md)
- [Cross-chain KLIMA DAO Staking](https://v1.etherspot.io/buidler-react-component/build-your-own-block/cross-chain-klima-dao-staking.md)
- [Requirements](https://v1.etherspot.io/getting-started/requirements.md): What's required to run the Etherspot SDK.
- [Install Etherspot SDK](https://v1.etherspot.io/getting-started/install-sdk.md): You can install the Etherspot SDK from NPM.
- [Bootstrap Etherspot SDK](https://v1.etherspot.io/getting-started/bootstrap-etherspot-sdk.md): The bare minimum to get you started.
- [Instantiate Etherspot SDK](https://v1.etherspot.io/getting-started/bootstrap-etherspot-sdk/instantiate-etherspot-sdk.md)
- [Events](https://v1.etherspot.io/getting-started/events.md): Listen to events from the Etherspot SDK
- [Etherspot Block Explorer](https://v1.etherspot.io/getting-started/etherspot-block-explorer.md): Etherspot's POA Network Block Explorer
- [Etherspot Playground](https://v1.etherspot.io/getting-started/etherspot-playground.md): Try Etherspot right now!
- [Social Login using Etherspot SDK](https://v1.etherspot.io/getting-started/social-login-using-etherspot-sdk.md): Demonstrate how social login work with Etherspot SDK
- [Sponsored Transactions](https://v1.etherspot.io/getting-started/sponsored-transactions.md)
- [Crosschain Streaming](https://v1.etherspot.io/use-cases/crosschain-streaming.md): How to set up Crosschain Streaming using Superfluid with Etherspot
- [Token Swaps](https://v1.etherspot.io/use-cases/token-exchange.md): Use Etherspot to fetch Exchange offers between pairs
- [Transactions](https://v1.etherspot.io/use-cases/transactions.md): How to send a receive transactions using the Etherspot SDK.
- [Historical](https://v1.etherspot.io/use-cases/transactions/historical.md): Reading transactions using Etherspot
- [Sending](https://v1.etherspot.io/use-cases/transactions/sending.md): Batching and sending transactions using Etherspot
- [Multi-chain Bridges](https://v1.etherspot.io/use-cases/multi-chain-bridges.md): Learn how to work with Payment Hubs and build Multi-chain Bridges
- [ERC20 Bridge](https://v1.etherspot.io/use-cases/multi-chain-bridges/erc20-bridge.md): Cross chain transfer of erc20 tokens
- [DAI - xDai Bridge](https://v1.etherspot.io/use-cases/multi-chain-bridges/dai-xdai.md): Transfer of DAI tokens to xDai native tokens using token bridge
- [xDai - DAI Bridge](https://v1.etherspot.io/use-cases/multi-chain-bridges/xdai-dai.md): Transfer xDai on xDai to DAI on Mainnet using Etherspot SDK
- [Native Token Bridge](https://v1.etherspot.io/use-cases/multi-chain-bridges/native-token-bridges.md): Cross chain transfer of native tokens between Ropsten and Sokol.
- [Custom Contract Interaction](https://v1.etherspot.io/use-cases/custom-contract-interaction.md): Demonstrate how to execute contract calls using Etherspot SDK
- [Multi-chain Assets](https://v1.etherspot.io/use-cases/multi-chain-assets.md): Using the multi-chain asset data available on Etherspot
- [Multi-chain Gas Prices](https://v1.etherspot.io/use-cases/multi-chain-gas-prices.md): Find out the current gas prices across multiple chains.
- [Peer-to-Peer Payments](https://v1.etherspot.io/use-cases/peer-to-peer-payments.md): Transfer funds from one user to another without Payment Hubs.
- [Etherspot Architecture](https://v1.etherspot.io/reference/etherspot-architecture.md)
- [EIP-1271](https://v1.etherspot.io/reference/eip-1271.md): An introduction to EIP-1271
- [Etherspot/Pillar Audit](https://v1.etherspot.io/reference/etherspot-pillar-audit.md)
- [Etherspot Brand Assets](https://v1.etherspot.io/brand-assets/etherspot-brand-assets.md): Etherspot assets for marketing purposes
- [Security](https://v1.etherspot.io/security/security.md)
