From 5a7a2d028cfbfad17eb41ceb83c1dbc0b6f8b452 Mon Sep 17 00:00:00 2001 From: Thoralf-M <46689931+Thoralf-M@users.noreply.github.com> Date: Wed, 23 Aug 2023 09:37:32 +0200 Subject: [PATCH] Add deprecation warning (#2001) --- README.md | 3 +++ cli/README.md | 3 +++ wallet/bindings/nodejs/README.md | 3 +++ wallet/bindings/python/README.md | 3 +++ 4 files changed, 12 insertions(+) diff --git a/README.md b/README.md index 3866bf54ef..f4b87ee4ff 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +> **Warning** +> Deprecated - The wallet has been moved to https://github.com/iotaledger/iota-sdk + # IOTA Wallet Library [![status](https://img.shields.io/badge/Status-Alpha-yellow.svg)](https://github.com/iotaledger/wallet.rs) diff --git a/cli/README.md b/cli/README.md index 2d9de50def..3bbfc91a60 100644 --- a/cli/README.md +++ b/cli/README.md @@ -1,3 +1,6 @@ +> **Warning** +> Deprecated - The cli-wallet has been moved to https://github.com/iotaledger/iota-sdk + # IOTA Stardust CLI Wallet ![cli-wallet](./documentation/static/img/cli-wallet.gif) diff --git a/wallet/bindings/nodejs/README.md b/wallet/bindings/nodejs/README.md index ac5f97489f..c1c16f1ee6 100644 --- a/wallet/bindings/nodejs/README.md +++ b/wallet/bindings/nodejs/README.md @@ -1,3 +1,6 @@ +> **Warning** +> Deprecated - The wallet has been moved to https://github.com/iotaledger/iota-sdk + # IOTA Wallet Library - Node.js binding ## Requirements (only for building the binary yourself) diff --git a/wallet/bindings/python/README.md b/wallet/bindings/python/README.md index 0033965bb7..2e3ef10b80 100644 --- a/wallet/bindings/python/README.md +++ b/wallet/bindings/python/README.md @@ -1,3 +1,6 @@ +> **Warning** +> Deprecated - The wallet has been moved to https://github.com/iotaledger/iota-sdk + # IOTA Wallet Library - Python binding Python binding to the iota.rs wallet library.