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
·

3 Repos

Awesome GitHub RepositoriesBlockchain Data Formatters

Tools for configuring the representation of numerical and byte-based blockchain data.

Distinct from Data Formats: Distinct from general data formats: specifically handles conversion between hex, bytes, and primitive types for blockchain data.

Explore 3 awesome GitHub repositories matching data & databases · Blockchain Data Formatters. Refine with filters or upvote what's useful.

Awesome Blockchain Data Formatters GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • web3/web3.jsAvatar von web3

    web3/web3.js

    19,936Auf GitHub ansehen↗

    web3.js is a comprehensive TypeScript library designed to facilitate interaction with Ethereum-compatible blockchain networks. It serves as a foundational toolkit for decentralized applications, providing the necessary interfaces to query network state, manage cryptographic identities, and execute smart contract transactions. By abstracting the complexities of blockchain communication, the library enables developers to integrate decentralized logic directly into their applications. The library distinguishes itself through a modular architecture that prioritizes extensibility and flexible conn

    Configures how numerical and byte-based data returned from the network is represented.

    TypeScriptabi-decodersabi-encodersapi
    Auf GitHub ansehen↗19,936
  • subquery/subqlAvatar von subquery

    subquery/subql

    18,791Auf GitHub ansehen↗

    Subql is a blockchain data indexing framework and TypeScript-based indexer used to extract raw blockchain events and transactions and transform them into structured, queryable data entities. It functions as a data API and a tool for building decentralized application backends, providing a query interface for type-safe access to indexed blockchain data. The project includes an AI-powered query engine that utilizes large language models to translate natural language questions into structured GraphQL queries. This system can orchestrate multi-step queries by breaking down complex requests into s

    Transforms raw blockchain blocks and events into optimized entities using custom handler functions.

    TypeScript
    Auf GitHub ansehen↗18,791
  • solana-foundation/solana-web3.jsAvatar von solana-foundation

    solana-foundation/solana-web3.js

    2,739Auf GitHub ansehen↗

    Solana Web3.js is a TypeScript and JavaScript client library for interacting with the Solana blockchain. It functions as a web3 client that provides an RPC wrapper for managing network requests and a toolkit for querying account state and executing on-chain program instructions. The library includes a specialized cryptography interface for generating key pairs and performing asynchronous signing and verification using web cryptography standards. It also provides a serialization tool for encoding and decoding data between JavaScript objects and byte buffers to match on-chain program state. Th

    Provides tools for encoding and decoding complex data structures between JavaScript objects and byte buffers for blockchain communication.

    TypeScriptblockchainjavascriptjs
    Auf GitHub ansehen↗2,739
  1. Home
  2. Data & Databases
  3. Data Formats
  4. Blockchain Data Formatters

Unter-Tags erkunden

  • Blockchain Entity MappersFunctions that map raw blockchain data into high-level structured entities. **Distinct from Blockchain Data Formatters:** Focuses on object mapping to entities rather than just primitive data formatting.