Skip to content

Commit

Permalink
Merge pull request #223 from scott-klaytn/sdk-recommendation-notice
Browse files Browse the repository at this point in the history
Add SDK recommendations
  • Loading branch information
scott-klaytn authored Feb 17, 2025
2 parents c1fa913 + 5a9c81f commit 7f314ba
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/references/sdk/caver-java/caver-java.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

`caver-java` is a lightweight, high modular, convenient Java and Android library to interact with clients \(nodes\) on the kaia network: This library is an interface which allows Java applications to easily communicate with [kaia](https://kaia.io) network.

:::info[SDK Recommendation]

We recommend using [web3j-ext](../web3j-ext/getting-started.md) SDK instead of `caver-java` because it provides the latest features and improved developer experience and an benefit both new and existing developers in the Kaia ecosystem.

:::

## Features <a id="features"></a>

* Complete implementation of Kaia’s JSON-RPC client API over HTTP and IPC
Expand Down
6 changes: 6 additions & 0 deletions docs/references/sdk/caver-js/caver-js.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

`caver-js` is a JavaScript API library that allows developers to interact with a kaia node using a HTTP or Websocket connection. It is available on [npm](https://www.npmjs.com/package/caver-js).

:::info[SDK Recommendation]

We recommend using [ethers-ext](../ethers-ext/getting-started.md) or [web3js-ext](../web3js-ext/getting-started.md) SDK instead of `caver-js`. These SDKs provide the latest features and improved developer experience and can benefit both new and existing developers in the Kaia ecosystem. While existing `caver-js` implementations remain supported, our primary focus is on enhancing the `ethers-ext` and `web3js-ext` ecosystem.

:::

## Features <a href="#features" id="features"></a>

* Complete implementation of kaia’s JSON-RPC client API over HTTP and Websocket
Expand Down

0 comments on commit 7f314ba

Please sign in to comment.