> ## Documentation Index
> Fetch the complete documentation index at: https://etherspot.fyi/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction to Transaction Kit

## What is Transaction Kit?

Writing code to perform transactions on the blockchain is still difficult. The learning curve is steep and some blockchain knowledge and Web3 development experience is needed.
We have leveraged the power of the Etherspot platform to simplify this into a few React Components and Hooks that can be controlled via your React UI.

Transaction Kit is available on v1 and on Prime. If we don't yet support the chain yet you need on Prime, consider using [v1](https://docs.etherspot.io/transaction-kit/quick-start)
until we support the chain you want to work on.

All you need to know is some basic React and you're ready to develop Web3 applications which use Account Abstraction!

To get going with Transaction Kit instantly you can simply run:

```bash theme={null}
npx start-web3 my-app
cd my-app
npm start
```

### Features

<CardGroup cols={2}>
  <Card title="Supports all Etherspot chains" icon="link" />

  <Card title="Zero Configuration" icon="hashtag" />

  <Card title="Transaction batching out of the box" icon="bring-front" />

  <Card title="Easy to use" icon="money-bill-1-wave" />
</CardGroup>

<CardGroup cols={2}>
  <Card title="Easy to install" icon="hand-holding-dollar" />

  <Card title="Complete design freedom" icon="shield-halved" />
</CardGroup>
