From 81d6e77497d720b787d129b7188126c9f3fab1c2 Mon Sep 17 00:00:00 2001 From: Burnww <94514135+BurnWW@users.noreply.github.com> Date: Sun, 23 Nov 2025 11:20:26 +0800 Subject: [PATCH 1/2] Add golang sdk --- docs/integrations-and-sdks/other-languages.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/integrations-and-sdks/other-languages.md b/docs/integrations-and-sdks/other-languages.md index c30a6644b0..c0764aac1e 100644 --- a/docs/integrations-and-sdks/other-languages.md +++ b/docs/integrations-and-sdks/other-languages.md @@ -37,6 +37,14 @@ While JavaScript and TypeScript dominate web development, smart contract fronten - Server-side automation and monitoring - Integration testing frameworks +### Rust +- **[wetee-dao/ink.go](https://github.com/wetee-dao/ink.go)** +- Golang library for ink! +- **Perfect for**: + - Data analysis and blockchain monitoring + - Backend services that interact with ink! + - Integration with existing Golang ecosystems + ### Python - **[polkascan/py-substrate-interface](https://github.com/polkascan/py-substrate-interface)** - Python library for interfacing with Substrate nodes @@ -44,4 +52,4 @@ While JavaScript and TypeScript dominate web development, smart contract fronten - Data analysis and blockchain monitoring - Backend automation scripts - Integration with existing Python ecosystems - - Rapid prototyping and testing \ No newline at end of file + - Rapid prototyping and testing From 92c6da2609825bc1068d77deff5fd5be2eb252ee Mon Sep 17 00:00:00 2001 From: Burnww <94514135+BurnWW@users.noreply.github.com> Date: Sun, 23 Nov 2025 11:55:20 +0800 Subject: [PATCH 2/2] Update other-languages.md --- docs/integrations-and-sdks/other-languages.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/integrations-and-sdks/other-languages.md b/docs/integrations-and-sdks/other-languages.md index c0764aac1e..746f8241b8 100644 --- a/docs/integrations-and-sdks/other-languages.md +++ b/docs/integrations-and-sdks/other-languages.md @@ -37,14 +37,6 @@ While JavaScript and TypeScript dominate web development, smart contract fronten - Server-side automation and monitoring - Integration testing frameworks -### Rust -- **[wetee-dao/ink.go](https://github.com/wetee-dao/ink.go)** -- Golang library for ink! -- **Perfect for**: - - Data analysis and blockchain monitoring - - Backend services that interact with ink! - - Integration with existing Golang ecosystems - ### Python - **[polkascan/py-substrate-interface](https://github.com/polkascan/py-substrate-interface)** - Python library for interfacing with Substrate nodes @@ -53,3 +45,11 @@ While JavaScript and TypeScript dominate web development, smart contract fronten - Backend automation scripts - Integration with existing Python ecosystems - Rapid prototyping and testing + +### Golang +- **[wetee-dao/ink.go](https://github.com/wetee-dao/ink.go)** +- Golang library for ink! +- **Perfect for**: + - Data analysis and blockchain monitoring + - Backend services that interact with ink! + - Integration with existing Golang ecosystems