add deprecation warning to the top of SDK readme (#4142)
This commit is contained in:
parent
abd0b330ef
commit
7becfa1985
|
@ -8,7 +8,8 @@ wormhole.
|
|||
* [sdk/](./): Go SDK. This package must live in this directory so that clients can use the
|
||||
`github.com/wormhole-foundation/wormhole/sdk` import path.
|
||||
* [vaa/](./vaa/): Go package for using VAAs (Verifiable Action Approval).
|
||||
* [js/](./js/README.md): Javascript SDK.
|
||||
* [js/](./js/README.md): Legacy JavaScript SDK (**Deprecated and Unsupported**)
|
||||
* Please use the new Wormhole TypeScript SDK instead: [`@wormhole-foundation/sdk`](https://github.com/wormhole-foundation/wormhole-sdk-ts)
|
||||
* [js-proto-node/](./js-proto-node/README.md): NodeJS client protobuf.
|
||||
* [js-proto-web/](./js-proto-web/README.md): Web client protobuf.
|
||||
* [js-wasm/](./js-wasm/README.md): WebAssembly libraries.
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
# Wormhole SDK
|
||||
# Wormhole Legacy SDK (Deprecated)
|
||||
|
||||
> Note: This is a pre-alpha release and in active development. Function names and signatures are subject to change.
|
||||
> [!CAUTION]
|
||||
> **This SDK is Deprecated and Unsupported**
|
||||
>
|
||||
> Please use the new Wormhole TypeScript SDK instead: [`@wormhole-foundation/sdk`](https://github.com/wormhole-foundation/wormhole-sdk-ts)
|
||||
|
||||
## What is Wormhole?
|
||||
|
||||
|
|
Loading…
Reference in New Issue