awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

13 Repos

Awesome GitHub RepositoriesScale Codec Libraries

Libraries for encoding and decoding data using the SCALE format.

Explore 13 awesome GitHub repositories matching part of an awesome list · Scale Codec Libraries. Refine with filters or upvote what's useful.

Awesome Scale Codec Libraries GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • polkadot-js/apiAvatar von polkadot-js

    polkadot-js/api

    1,105Auf GitHub ansehen↗

    This library provides a clean wrapper around all the methods exposed by a Polkadot/Substrate network client and defines all the types exposed by a node. For complete documentation around the interfaces and their use, visit the documentation portal.

    A JavaScript and TypeScript API for interacting with the network.

    TypeScript
    Auf GitHub ansehen↗1,105
  • paritytech/parity-scale-codecAvatar von paritytech

    paritytech/parity-scale-codec

    285Auf GitHub ansehen↗

    Lightweight, efficient, binary serialization and deserialization codec

    The reference implementation of the codec in Rust.

    Rust
    Auf GitHub ansehen↗285
  • airalab/hs-web3Avatar von airalab

    airalab/hs-web3

    197Auf GitHub ansehen↗

    Web3 API for Haskell

    A Haskell implementation for web3 and codec interactions.

    Haskell
    Auf GitHub ansehen↗197
  • itering/scale.goAvatar von itering

    itering/scale.go

    69Auf GitHub ansehen↗

    Scale Codec written by golang, reference from polkascan/py-scale-codec.

    A Go implementation of the codec.

    Go
    Auf GitHub ansehen↗69
  • emeraldpay/polkajAvatar von emeraldpay

    emeraldpay/polkaj

    64Auf GitHub ansehen↗

    Library to access and build for Polkadot using Java

    A Java implementation of the codec.

    Java
    Auf GitHub ansehen↗64
  • polkascan/py-scale-codecAvatar von polkascan

    polkascan/py-scale-codec

    59Auf GitHub ansehen↗

    Substrate uses a lightweight and efficient encoding and decoding program to optimize how data is sent and received over the network. The program used to serialize and deserialize data is called the SCALE codec, with SCALE being an acronym for Simple Concatenated Aggregate Little-Endian.

    A Python implementation of the codec.

    Python
    Auf GitHub ansehen↗59
  • unstoppablejs/unstoppablejsAvatar von unstoppablejs

    unstoppablejs/unstoppablejs

    21Auf GitHub ansehen↗

    A JavaScript and TypeScript library for network interactions.

    TypeScript
    Auf GitHub ansehen↗21
  • itering/scale.rbAvatar von itering

    itering/scale.rb

    19Auf GitHub ansehen↗

    Warning: After v0.2.19, the develop branch will do a structure refactor and big optimization.

    A Ruby implementation of the codec.

    Ruby
    Auf GitHub ansehen↗19
  • limechain/as-scale-codecAvatar von LimeChain

    LimeChain/as-scale-codec

    20Auf GitHub ansehen↗

    AssemblyScript SCALE Codec

    An implementation of the codec for AssemblyScript.

    TypeScript
    Auf GitHub ansehen↗20
  • matthewdarnell/cscaleAvatar von MatthewDarnell

    MatthewDarnell/cScale

    10Auf GitHub ansehen↗

    A SCALE encoding library

    A C-based implementation of the codec.

    C
    Auf GitHub ansehen↗10
  • soramitsu/scale-codec-js-libraryAvatar von soramitsu

    soramitsu/scale-codec-js-library

    5Auf GitHub ansehen↗

    This monorepo contains JavaScript implementation of SCALE (Simple Concatenated Aggregate Little-Endian) codec specification.

    A JavaScript implementation of the codec.

    TypeScript
    Auf GitHub ansehen↗5
  • virto-network/scalesAvatar von virto-network

    virto-network/scales

    7Auf GitHub ansehen↗

    Making use of type information this library allows for conversion of SCALE encoded data(wrapped in a scales::Value) to any format that implements Serialize including dynamic types like serde_json::Value for example. The opposite conversion of arbitrary data(e.g. JSON) to SCALE binary format is…

    A library for serializing data using type registry information.

    Rust
    Auf GitHub ansehen↗7
  • soramitsu/scale-codec-cppAvatar von soramitsu

    soramitsu/scale-codec-cpp

    7Auf GitHub ansehen↗

    SCALE (Simple Concatenated Aggregate Little-Endian) is a lightweight serialization format commonly used in blockchain applications. More details in spec from Polkadot.

    A C++ implementation of the codec.

    C++
    Auf GitHub ansehen↗7
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Scale Codec Libraries