awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesClient Instance Converters

Utilities for transforming blockchain client objects into compatible library instances.

Distinct from API Client Libraries: Distinct from general API client libraries: focuses on instance transformation for unified signing.

Explore 2 awesome GitHub repositories matching development tools & productivity · Client Instance Converters. Refine with filters or upvote what's useful.

Awesome Client Instance Converters GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • web3/web3.jsAvatar web3

    web3/web3.js

    19,936Vezi pe GitHub↗

    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

    Transforms blockchain client objects to enable unified transaction signing across different environments.

    TypeScriptabi-decodersabi-encodersapi
    Vezi pe GitHub↗19,936
  • solana-foundation/anchorAvatar solana-foundation

    solana-foundation/anchor

    5,090Vezi pe GitHub↗

    Anchor is a framework for building, testing, and deploying Solana smart contracts. It provides a Rust domain-specific language (DSL) that uses macro‑based instruction dispatch and derive‑macro account validation to automate ownership checks, discriminator enforcement, and serialization before instruction execution. The framework also includes a CLI toolchain for scaffolding, compiling, and managing contracts across workspaces, a test harness that simulates program execution with account manipulation and compute unit benchmarking, and an IDL generator that emits a standardized JSON interface fr

    Creates typed program instances from interface definitions for sending instructions and fetching accounts.

    Rustblockchaincoralrust
    Vezi pe GitHub↗5,090
  1. Home
  2. Development Tools & Productivity
  3. API Client Libraries
  4. Client Instance Converters

Explorează sub-etichetele

  • IDL-Based InstancesCreating program instances from interface definitions, network connections, and optional signers. **Distinct from Client Instance Converters:** Distinct from Client Instance Converters: focuses on creating instances from IDL rather than converting between blockchain client objects.