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

# Installation

## Install transaction kit

Install TransactionKit and Ethers:

```bash npm theme={null}
npm i @etherspot/transaction-kit ethers@5.4.0
// or
yarn add @etherspot/transaction-kit ethers@5.4.0
```

Now you're ready to take a look at a basic example, sending some of the networks native token.
