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

docs: update SDK description #185

Merged
merged 2 commits into from Sep 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions website/docs/integrate/sdk.md
Expand Up @@ -9,11 +9,11 @@ ckb-sdk is a collection of libraries which allow you to interact with a local or
* Lumos is a JavaScript/TypeScript framework designed to make backend Dapp development on Nervos CKB easier.
Visit the [Lumos Tutorial Page](https://lumos-website.vercel.app/) for more instructions and step-by-step guidance.
* [ckb-sdk-ruby](https://github.com/nervosnetwork/ckb-sdk-ruby)
* ckb-sdk-ruby is an SDK implemented in Ruby and provides APIs for developers to send requests to the CKB blockchain. CKB-Explorer utilizes ckb-sdk-ruby.
* ckb-sdk-ruby is an SDK implemented in Ruby and provides APIs for developers to send requests to the CKB blockchain. CKB-Explorer and Testnet Faucet utilize ckb-sdk-ruby.
* [ckb-sdk-java](https://github.com/nervosnetwork/ckb-sdk-java)
* ckb-sdk-java is an SDK implemented in Java and provides APIs for developers to send requests to the CKB blockchain.
* [ckb-sdk-swift](https://github.com/ashchan/ckb-swift-kit)
* ckb-sdk-swift is an SDK implemented in Swift and provides APIs for developers to send requests to the CKB blockchain. Testnet Faucet utilizes ckb-sdk-swift .
* ckb-sdk-swift is an SDK implemented in Swift and provides APIs for developers to send requests to the CKB blockchain.
* [ckb-sdk-go](https://github.com/nervosnetwork/ckb-sdk-go)
* ckb-sdk-go is an SDK implemented in Golang.
* [ckb-sdk-rust](https://github.com/nervosnetwork/ckb-sdk-rust)
Expand Down