Skip to content

Commit

Permalink
Add deprecation warning (#1691)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoralf-M committed Aug 23, 2023
1 parent 23520fb commit e906ef3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
> **Warning**
> Deprecated - The client has been moved to https://github.com/iotaledger/iota-sdk
# iota.rs (iota-client)

The official, general-purpose IOTA client library in Rust for interaction with the IOTA network (Tangle).
Expand Down
3 changes: 3 additions & 0 deletions client/bindings/nodejs/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
> **Warning**
> Deprecated - The client has been moved to https://github.com/iotaledger/iota-sdk
# IOTA Client Library - Node.js binding

Node.js binding to the iota.rs client library.
Expand Down
3 changes: 3 additions & 0 deletions client/bindings/python/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
> **Warning**
> Deprecated - The client has been moved to https://github.com/iotaledger/iota-sdk
# IOTA Client Library - Python binding

Python binding to the iota.rs client library.
Expand Down
3 changes: 3 additions & 0 deletions client/bindings/wasm/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
> **Warning**
> Deprecated - The client has been moved to https://github.com/iotaledger/iota-sdk
# IOTA Client Library - WebAssembly bindings

WebAssembly (Wasm) bindings for TypeScript/JavaScript to the `iota.rs` client library.
Expand Down

0 comments on commit e906ef3

Please sign in to comment.