Skip to content

Commit

Permalink
Merge pull request #150 from etherspot/fix/PRO-2385/readme-links-updates
Browse files Browse the repository at this point in the history
fix/PRO-2385/readme-links-updates
  • Loading branch information
RanaBug authored May 22, 2024
2 parents f14c03d + 813f4e0 commit aa2f326
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
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

0 comments on commit aa2f326

Please sign in to comment.