
All About Abstraction: Union Labs' $12M for Cross-Chain Growth, Etherspot's ChA SDK, Starknet's Star…
We are welcoming you to our weekly digest! Here, we discuss the latest trends and advancements in account abstraction, chain abstraction and everything related, as well as bring some insights from Etherspot’s kitchen. The latest news we’ll cover:Etherspot Pulse: Chain Abstraction Solution DemoThe Future of - Abstraction by Hedgehog ProtocolPortal Launches Hub and Wallet to Solve Web3 FragmentationUnion Labs Raises $12M to Drive Cross-Chain InteroperabilityStarknet Launches StarkGate v2.0 for ...

Chain Abstraction Explained: Empowering Web3 Users to Navigate Multi-Chain Challenges
Even though Web3 is evolving at breakneck speed and countless innovations have emerged in recent years, the challenge of achieving mass adoption remains as pressing as ever. Both newcomers and seasoned users encounter hurdles that can undermine their overall Web3 experience. In this context, ‘abstraction’ usually refers to any technology or approach designed to simplify and enhance the user experience. For instance, we’ve previously discussed Account Abstraction, which streamlines interaction...

Etherspot’s Skandha Bundler Now Supports ERC-4337 EntryPoint v0.8.0
Account Abstraction (AA) has quickly become a game-changer for enhancing user experiences in Web3. The implementation of ERC-4337 brought essential new components into the ecosystem, such as Bundlers, Paymasters and the crucial EntryPoint contract. If you're still exploring AA and its underlying architecture, we recommend checking out this detailed article. Recently, the ERC-4337 team announced a significant update: EntryPoint v0.8.0. Let's dive into what EntryPoint is and explore t...
Etherspot is an Account & Chain Abstraction development platform that provides solutions for dApps to deliver frictionless Web3 UX

All About Abstraction: Union Labs' $12M for Cross-Chain Growth, Etherspot's ChA SDK, Starknet's Star…
We are welcoming you to our weekly digest! Here, we discuss the latest trends and advancements in account abstraction, chain abstraction and everything related, as well as bring some insights from Etherspot’s kitchen. The latest news we’ll cover:Etherspot Pulse: Chain Abstraction Solution DemoThe Future of - Abstraction by Hedgehog ProtocolPortal Launches Hub and Wallet to Solve Web3 FragmentationUnion Labs Raises $12M to Drive Cross-Chain InteroperabilityStarknet Launches StarkGate v2.0 for ...

Chain Abstraction Explained: Empowering Web3 Users to Navigate Multi-Chain Challenges
Even though Web3 is evolving at breakneck speed and countless innovations have emerged in recent years, the challenge of achieving mass adoption remains as pressing as ever. Both newcomers and seasoned users encounter hurdles that can undermine their overall Web3 experience. In this context, ‘abstraction’ usually refers to any technology or approach designed to simplify and enhance the user experience. For instance, we’ve previously discussed Account Abstraction, which streamlines interaction...

Etherspot’s Skandha Bundler Now Supports ERC-4337 EntryPoint v0.8.0
Account Abstraction (AA) has quickly become a game-changer for enhancing user experiences in Web3. The implementation of ERC-4337 brought essential new components into the ecosystem, such as Bundlers, Paymasters and the crucial EntryPoint contract. If you're still exploring AA and its underlying architecture, we recommend checking out this detailed article. Recently, the ERC-4337 team announced a significant update: EntryPoint v0.8.0. Let's dive into what EntryPoint is and explore t...
Etherspot is an Account & Chain Abstraction development platform that provides solutions for dApps to deliver frictionless Web3 UX

Subscribe to Etherspot🐞

Subscribe to Etherspot🐞
Share Dialog
Share Dialog
<100 subscribers
<100 subscribers


As the Web3 ecosystem continues to expand, developers face a landscape filled with both exciting opportunities and challenges. Building decentralized applications (dApps) requires not only technical expertise but also efficient tools to streamline and enhance the development process. This is why the idea for creating TransactionKit was born.
TransactionKit (TxKit) is a robust smart account React library crafted to empower Web3 developers. It leverages the Etherspot Account Abstraction infrastructure, transforming complex development tasks into simple React Components and Hooks that seamlessly integrate with your React user interface. Whether you’re a seasoned blockchain developer or just starting, TransactionKit can significantly boost your productivity and the reliability of your dApps.
TransactionKit enables developers to create a seamless user experience for dApps with just a few lines of code. Beyond basic functionalities like sending and approving transactions, checking account balances, and fetching historical transactions, TransactionKit offers advanced features that elevate any dApp:
This feature allows dApp users to combine several transactions into one, making it easier to perform multiple actions with a single click. This will allow them to take fewer steps and give them more freedom and flexibility in their actions on blockchain. The most exciting thing is that, traditionally, developers would need to manually batch transactions or find other solutions, which can be time-consuming and tricky. With TransactionKit, the component handles this effortlessly, providing a ready-made solution.
Etherspot supports over 22 blockchains, enabling projects to onboard users from multiple chains without the need for separate support integrations for each one. This seamless cross-chain functionality broadens the reach and accessibility of your dApp.
Every blockchain transaction requires fees paid in the native tokens of the blockchain. This can be a barrier for users unfamiliar with acquiring these tokens. Etherspot allows dApp users to pay transaction fees with stablecoins such as USDT, USDC, DAI and BUSD, simplifying the user experience and lowering entry barriers.
With TransactionKit, dApps can subsidize user transactions, providing users with a completely gas-free experience. This feature can attract and retain users by eliminating transaction costs.
With TransactionKit, developers can bring any dApp idea to life, enjoying complete design freedom and a powerful toolkit. TxKit handles all the tricky parts of Web3 development, hence developers can focus on creating innovative and user-friendly applications.
To get familiar with TransactionKit, check out this example of creating a staking dApp:
If you’re ready to start building with TransactionKit, simply install it using the following snippet to import the library and create a wallet.
npm i @etherspot/transaction-kit ethers@5.4.0
// or
yarn add @etherspot/transaction-kit ethers@5.4.0
For more information and resources, check out the following links:
GitHub: https://github.com/etherspot/transaction-kit
TransactionKit npm: http://npmjs.com/package/@etherspot/transaction-kit
Developer Documentation: https://etherspot.fyi/transaction-kit/components/EtherspotTransactionKit
With TransactionKit, the power of Web3 development is at your fingertips. Simplify your dApp development process and create robust, user-friendly Web3 applications with ease. Happy coding!
Follow us
Website | X | Discord | Telegram | GitHub | Developer Portal
As the Web3 ecosystem continues to expand, developers face a landscape filled with both exciting opportunities and challenges. Building decentralized applications (dApps) requires not only technical expertise but also efficient tools to streamline and enhance the development process. This is why the idea for creating TransactionKit was born.
TransactionKit (TxKit) is a robust smart account React library crafted to empower Web3 developers. It leverages the Etherspot Account Abstraction infrastructure, transforming complex development tasks into simple React Components and Hooks that seamlessly integrate with your React user interface. Whether you’re a seasoned blockchain developer or just starting, TransactionKit can significantly boost your productivity and the reliability of your dApps.
TransactionKit enables developers to create a seamless user experience for dApps with just a few lines of code. Beyond basic functionalities like sending and approving transactions, checking account balances, and fetching historical transactions, TransactionKit offers advanced features that elevate any dApp:
This feature allows dApp users to combine several transactions into one, making it easier to perform multiple actions with a single click. This will allow them to take fewer steps and give them more freedom and flexibility in their actions on blockchain. The most exciting thing is that, traditionally, developers would need to manually batch transactions or find other solutions, which can be time-consuming and tricky. With TransactionKit, the component handles this effortlessly, providing a ready-made solution.
Etherspot supports over 22 blockchains, enabling projects to onboard users from multiple chains without the need for separate support integrations for each one. This seamless cross-chain functionality broadens the reach and accessibility of your dApp.
Every blockchain transaction requires fees paid in the native tokens of the blockchain. This can be a barrier for users unfamiliar with acquiring these tokens. Etherspot allows dApp users to pay transaction fees with stablecoins such as USDT, USDC, DAI and BUSD, simplifying the user experience and lowering entry barriers.
With TransactionKit, dApps can subsidize user transactions, providing users with a completely gas-free experience. This feature can attract and retain users by eliminating transaction costs.
With TransactionKit, developers can bring any dApp idea to life, enjoying complete design freedom and a powerful toolkit. TxKit handles all the tricky parts of Web3 development, hence developers can focus on creating innovative and user-friendly applications.
To get familiar with TransactionKit, check out this example of creating a staking dApp:
If you’re ready to start building with TransactionKit, simply install it using the following snippet to import the library and create a wallet.
npm i @etherspot/transaction-kit ethers@5.4.0
// or
yarn add @etherspot/transaction-kit ethers@5.4.0
For more information and resources, check out the following links:
GitHub: https://github.com/etherspot/transaction-kit
TransactionKit npm: http://npmjs.com/package/@etherspot/transaction-kit
Developer Documentation: https://etherspot.fyi/transaction-kit/components/EtherspotTransactionKit
With TransactionKit, the power of Web3 development is at your fingertips. Simplify your dApp development process and create robust, user-friendly Web3 applications with ease. Happy coding!
Follow us
Website | X | Discord | Telegram | GitHub | Developer Portal
No activity yet