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
- Host: GitHub
- URL: https://github.com/etherspot/transaction-kit
- Owner: etherspot
- License: mit
- Created: 2023-01-02T14:57:26.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-05-06T08:11:21.000Z (about 1 year ago)
- Last Synced: 2025-05-12T06:16:51.568Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://transactionkit.dev
- Size: 2.46 MB
- Stars: 135
- Watchers: 10
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
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.
>
> [](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).