Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix/PRO-2385/readme-links-updates #150

Merged
merged 2 commits into from
May 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

## [0.12.0] - 2024-03-28
## [0.12.1] - 2024-05-22

### Added Changes
- Links updated on README file

## [0.12.0] - 2024-05-21

### Added Changes
- Added Etherspot Prime SDK `getSupportedAssets` to hook `useEtherspotAssets`
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

## 🧰 TransactionKit

TransactionKit is a React Library which let's devs, no matter how experienced get going with web3 development with ease.
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).
Expand All @@ -34,15 +34,15 @@ You can either get started by installing the packages yourself here:
npm i @etherspot/transaction-kit
```

Or follow our introductory guide on our docs [here](https://etherspot.fyi/transaction-kit/introduction-to-transaction-kit) which walk you through
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/introduction-to-transaction-kit)
- [Quick Start](https://etherspot.fyi/transaction-kit/intro)
- [Send Native Token](https://etherspot.fyi/transaction-kit/send-native-token)
- [React Hooks](https://docs.etherspot.dev/transaction-kit/react-hooks)
- [React Components](https://docs.etherspot.dev/transaction-kit/react-components)
- [React Hooks](https://etherspot.fyi/transaction-kit/hooks)
- [React Components](https://etherspot.fyi/transaction-kit/components)

## 🔗 Important Links

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@etherspot/transaction-kit",
"description": "React Etherspot Transaction Kit",
"version": "0.12.0",
"version": "0.12.1",
"main": "dist/cjs/index.js",
"scripts": {
"rollup:build": "NODE_OPTIONS=--max-old-space-size=8192 rollup -c",
Expand Down
Loading