An open API service indexing awesome lists of open source software.

https://github.com/etherspot/transaction-kit

TransactionKit is a collection of React Components that take the pain out of Web3 development
https://github.com/etherspot/transaction-kit

Last synced: about 1 year ago
JSON representation

TransactionKit is a collection of React Components that take the pain out of Web3 development

Awesome Lists containing this project

README

          


TransactionKit






TransactionKit is a collection of headless React Components that take the pain out of web3 development.


---

> [!IMPORTANT]
> This repo/software is under active development.
>
> [![npm](https://img.shields.io/npm/v/@etherspot/transaction-kit)](https://www.npmjs.com/package/@etherspot/transaction-kit)

## 🧰 TransactionKit

TransactionKit is a React Library that lets developers, no matter how experienced, get going with web3 development with ease.

It simplifies working with Account Abstraction so developers can focus on building a great User Experience and easily interact with their Smart Contracts
on a [large number of EVM based chains](https://etherspot.fyi/prime-sdk/chains-supported).

## ⚙ Get started

You can either get started by installing the packages yourself here:

```bash
npm i @etherspot/transaction-kit
```

Or follow our introductory guide on our docs [here](https://etherspot.fyi/transaction-kit/intro) which walk you through
cloning down an example repo and setting up a dapp in your own environment.

## 📖 Documentation

- [Quick Start](https://etherspot.fyi/transaction-kit/intro)
- [Send Native Token](https://etherspot.fyi/transaction-kit/send-native-token)
- [React Hooks](https://etherspot.fyi/transaction-kit/hooks)
- [React Components](https://etherspot.fyi/transaction-kit/components)

## 🔗 Important Links

- [Business site](https://etherspot.io/transactionkit/)
- [Send Native Token Code](https://codesandbox.io/s/etherspot-prime-send-native-token-demo-j2h44g)
- [Staking Example](https://codesandbox.io/p/sandbox/etherspot-prime-staking-tutorial-q2m4dw)

## 🏌️‍♂️ Contributions

Follow [this guide](./CONTRIBUTING.md) to learn how to contribute to this repo.

## 🔐 Security

To report security issues please follow [guide](./SECURITY.md)

## 💬 Contact

If you have any questions or feedback about TransactionKit, please feel free to reach out to us.

- [Follow on Twitter](https://twitter.com/etherspot)
- [Join our discord](https://discord.etherspot.io/)

## 📄 License

Licensed under the [MIT License](https://github.com/etherspot/transaction-kit/blob/master/LICENSE).