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

Add deprecation notice #240

Merged
merged 3 commits into from
Nov 29, 2023
Merged
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
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Etherspot SDK

## **Deprecation Notice (PLEASE READ)**

>[!WARNING]
>This is the **OLD** version of the Etherspot SDK.
ERC4337 is the new standard for [Account Abstraction on Ethereum.](https://www.erc4337.io/)
Any Account Abstraction development done on EVM based networks going forward should be done using this standard.

This SDK is pre 4337 and **not** being updated anymore.

Please refer to the links below and use Etherspot Prime going forward:
- [Etherspot Prime Github Repo](https://github.com/etherspot/etherspot-prime-sdk)
- [Etherspot Prime Documentation](https://etherspot.fyi/introduction)

-----------------
[![NPM version][npm-image]][npm-url]
![MIT licensed][license-image]

Expand Down