awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • web3/web3.jsالصورة الرمزية لـ web3

    web3/web3.js

    19,936عرض على 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
    عرض على GitHub↗19,936
  • solana-foundation/anchorالصورة الرمزية لـ solana-foundation

    solana-foundation/anchor

    5,090عرض على 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
    عرض على GitHub↗5,090
  1. Home
  2. Development Tools & Productivity
  3. API Client Libraries
  4. Client Instance Converters

استكشف الوسوم الفرعية

  • 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.