From a0758b5e9bfe613b12891116e431464c93fadd31 Mon Sep 17 00:00:00 2001 From: Leonardo Custodio Date: Wed, 1 Nov 2023 19:10:44 -0300 Subject: [PATCH 1/3] Update scale-codec.md --- content/md/en/docs/reference/scale-codec.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/content/md/en/docs/reference/scale-codec.md b/content/md/en/docs/reference/scale-codec.md index 09efa5527..2900b9858 100644 --- a/content/md/en/docs/reference/scale-codec.md +++ b/content/md/en/docs/reference/scale-codec.md @@ -69,13 +69,20 @@ The following table shows how the Rust implementation of the Parity SCALE codec SCALE Codec has been implemented in other languages, including: -- Python: [`polkascan/py-scale-codec`](https://github.com/polkascan/py-scale-codec) -- Golang: [`itering/scale.go`](https://github.com/itering/scale.go) +- AssemblyScript: [`LimeChain/as-scale-codec`](https://github.com/LimeChain/as-scale-codec) + + - C: [`MatthewDarnell/cScale`](https://github.com/MatthewDarnell/cScale) - C++: [`soramitsu/scale-codec-cpp`](https://github.com/soramitsu/scale-codec-cpp) -- JavaScript: [`polkadot-js/api`](https://github.com/polkadot-js/api) -- TypeScript: [`parity-scale-codec-ts`](https://github.com/paritytech/parity-scale-codec-ts), [`scale-ts`](https://github.com/unstoppablejs/unstoppablejs/tree/main/packages/scale-ts#scale-ts), [`soramitsu/scale-codec-js-library`](https://github.com/soramitsu/scale-codec-js-library) -- AssemblyScript: [`LimeChain/as-scale-codec`](https://github.com/LimeChain/as-scale-codec) +- Flutter: [`leonardocustodio/polkadart`](https://github.com/leonardocustodio/polkadart) - Haskell: [`airalab/hs-web3`](https://github.com/airalab/hs-web3/tree/master/packages/scale) +- Golang: [`itering/scale.go`](https://github.com/itering/scale.go) - Java: [`emeraldpay/polkaj`](https://github.com/emeraldpay/polkaj) +- JavaScript: [`polkadot-js/api`](https://github.com/polkadot-js/api) +- Python: [`polkascan/py-scale-codec`](https://github.com/polkascan/py-scale-codec) - Ruby: [`wuminzhe/scale_rb`](https://github.com/wuminzhe/scale_rb) +- TypeScript: [`parity-scale-codec-ts`](https://github.com/paritytech/parity-scale-codec-ts), [`scale-ts`](https://github.com/unstoppablejs/unstoppablejs/tree/main/packages/scale-ts#scale-ts), [`soramitsu/scale-codec-js-library`](https://github.com/soramitsu/scale-codec-js-library) + + + + From 6bb4adf905008f928aa37d3cf97489651c1c312a Mon Sep 17 00:00:00 2001 From: Leonardo Custodio Date: Thu, 2 Nov 2023 10:33:47 -0300 Subject: [PATCH 2/3] Update scale-codec.md --- content/md/en/docs/reference/scale-codec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/md/en/docs/reference/scale-codec.md b/content/md/en/docs/reference/scale-codec.md index 2900b9858..eb0dc19c3 100644 --- a/content/md/en/docs/reference/scale-codec.md +++ b/content/md/en/docs/reference/scale-codec.md @@ -74,7 +74,7 @@ SCALE Codec has been implemented in other languages, including: - C: [`MatthewDarnell/cScale`](https://github.com/MatthewDarnell/cScale) - C++: [`soramitsu/scale-codec-cpp`](https://github.com/soramitsu/scale-codec-cpp) -- Flutter: [`leonardocustodio/polkadart`](https://github.com/leonardocustodio/polkadart) +- Dart: [`leonardocustodio/polkadart`](https://github.com/leonardocustodio/polkadart) - Haskell: [`airalab/hs-web3`](https://github.com/airalab/hs-web3/tree/master/packages/scale) - Golang: [`itering/scale.go`](https://github.com/itering/scale.go) - Java: [`emeraldpay/polkaj`](https://github.com/emeraldpay/polkaj) From 325ff984702b776b27175a342796807773b552c8 Mon Sep 17 00:00:00 2001 From: Kian Paimani <5588131+kianenigma@users.noreply.github.com> Date: Mon, 22 Jan 2024 02:17:44 +0000 Subject: [PATCH 3/3] Update --- content/md/en/docs/reference/scale-codec.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/md/en/docs/reference/scale-codec.md b/content/md/en/docs/reference/scale-codec.md index 728c3b8a9..f7975e97e 100644 --- a/content/md/en/docs/reference/scale-codec.md +++ b/content/md/en/docs/reference/scale-codec.md @@ -75,8 +75,6 @@ SCALE Codec has been implemented in other languages, including: - C: [`MatthewDarnell/cScale`](https://github.com/MatthewDarnell/cScale) - C++: [`soramitsu/scale-codec-cpp`](https://github.com/soramitsu/scale-codec-cpp) - JavaScript: [`polkadot-js/api`](https://github.com/polkadot-js/api) -- TypeScript: [`parity-scale-codec-ts`](https://github.com/paritytech/parity-scale-codec-ts), [`scale-ts`](https://github.com/unstoppablejs/unstoppablejs/tree/main/packages/scale-ts#scale-ts), [`soramitsu/scale-codec-js-library`](https://github.com/soramitsu/scale-codec-js-library), [`subsquid/scale-codec`](https://github.com/subsquid/squid-sdk/tree/master/substrate/scale-codec) -- AssemblyScript: [`LimeChain/as-scale-codec`](https://github.com/LimeChain/as-scale-codec) - Dart: [`leonardocustodio/polkadart`](https://github.com/leonardocustodio/polkadart) - Haskell: [`airalab/hs-web3`](https://github.com/airalab/hs-web3/tree/master/packages/scale) - Golang: [`itering/scale.go`](https://github.com/itering/scale.go) @@ -84,7 +82,7 @@ SCALE Codec has been implemented in other languages, including: - JavaScript: [`polkadot-js/api`](https://github.com/polkadot-js/api) - Python: [`polkascan/py-scale-codec`](https://github.com/polkascan/py-scale-codec) - Ruby: [`wuminzhe/scale_rb`](https://github.com/wuminzhe/scale_rb) -- TypeScript: [`parity-scale-codec-ts`](https://github.com/paritytech/parity-scale-codec-ts), [`scale-ts`](https://github.com/unstoppablejs/unstoppablejs/tree/main/packages/scale-ts#scale-ts), [`soramitsu/scale-codec-js-library`](https://github.com/soramitsu/scale-codec-js-library) +- TypeScript: [`parity-scale-codec-ts`](https://github.com/paritytech/parity-scale-codec-ts), [`scale-ts`](https://github.com/unstoppablejs/unstoppablejs/tree/main/packages/scale-ts#scale-ts), [`soramitsu/scale-codec-js-library`](https://github.com/soramitsu/scale-codec-js-library), [`subsquid/scale-codec`](https://github.com/subsquid/squid-sdk/tree/master/substrate/scale-codec)