awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

13 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • polkadot-js/apiAvatar de polkadot-js

    polkadot-js/api

    1,105Ver en GitHub↗

    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
    Ver en GitHub↗1,105
  • paritytech/parity-scale-codecAvatar de paritytech

    paritytech/parity-scale-codec

    285Ver en GitHub↗

    Lightweight, efficient, binary serialization and deserialization codec

    The reference implementation of the codec in Rust.

    Rust
    Ver en GitHub↗285
  • airalab/hs-web3Avatar de airalab

    airalab/hs-web3

    197Ver en GitHub↗

    Web3 API for Haskell

    A Haskell implementation for web3 and codec interactions.

    Haskell
    Ver en GitHub↗197
  • itering/scale.goAvatar de itering

    itering/scale.go

    69Ver en GitHub↗

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

    A Go implementation of the codec.

    Go
    Ver en GitHub↗69
  • emeraldpay/polkajAvatar de emeraldpay

    emeraldpay/polkaj

    64Ver en GitHub↗

    Library to access and build for Polkadot using Java

    A Java implementation of the codec.

    Java
    Ver en GitHub↗64
  • polkascan/py-scale-codecAvatar de polkascan

    polkascan/py-scale-codec

    59Ver en GitHub↗

    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
    Ver en GitHub↗59
  • unstoppablejs/unstoppablejsAvatar de unstoppablejs

    unstoppablejs/unstoppablejs

    21Ver en GitHub↗

    A JavaScript and TypeScript library for network interactions.

    TypeScript
    Ver en GitHub↗21
  • itering/scale.rbAvatar de itering

    itering/scale.rb

    19Ver en GitHub↗

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

    A Ruby implementation of the codec.

    Ruby
    Ver en GitHub↗19
  • limechain/as-scale-codecAvatar de LimeChain

    LimeChain/as-scale-codec

    20Ver en GitHub↗

    AssemblyScript SCALE Codec

    An implementation of the codec for AssemblyScript.

    TypeScript
    Ver en GitHub↗20
  • matthewdarnell/cscaleAvatar de MatthewDarnell

    MatthewDarnell/cScale

    10Ver en GitHub↗

    A SCALE encoding library

    A C-based implementation of the codec.

    C
    Ver en GitHub↗10
  • soramitsu/scale-codec-js-libraryAvatar de soramitsu

    soramitsu/scale-codec-js-library

    5Ver en GitHub↗

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

    A JavaScript implementation of the codec.

    TypeScript
    Ver en GitHub↗5
  • virto-network/scalesAvatar de virto-network

    virto-network/scales

    7Ver en GitHub↗

    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
    Ver en GitHub↗7
  • soramitsu/scale-codec-cppAvatar de soramitsu

    soramitsu/scale-codec-cpp

    7Ver en GitHub↗

    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++
    Ver en GitHub↗7
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Scale Codec Libraries