awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 个仓库

Awesome GitHub RepositoriesTransaction Testing

Utilities for simulating protocol handshakes and transactions to verify server configuration.

Distinct from SMTP Clients: Focuses on diagnostic transaction simulation rather than providing a general-purpose client library

Explore 6 awesome GitHub repositories matching development tools & productivity · Transaction Testing. Refine with filters or upvote what's useful.

Awesome Transaction Testing GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • nicolaka/netshootnicolaka 的头像

    nicolaka/netshoot

    10,400在 GitHub 上查看↗

    Netshoot is a Docker network troubleshooting toolkit and container image bundled with specialized utilities for DNS resolution, performance benchmarking, and TCP/IP packet inspection. It serves as a portable set of tools designed for diagnosing connectivity and routing issues within Docker and Kubernetes environments. The project is distributed as a tool-aggregated container image that can be deployed as a debugging sidecar or an ephemeral runtime. It supports namespace-joined execution, allowing the toolkit to attach to the network namespace of another process to inspect traffic and diagnose

    Provides scriptable SMTP transactions to verify and validate mail server configurations.

    Shellcontainersdockerkubernetes
    在 GitHub 上查看↗10,400
  • thephpleague/omnipaythephpleague 的头像

    thephpleague/omnipay

    6,053在 GitHub 上查看↗

    Omnipay 是一个 PHP 支付网关库和集成框架,将多个支付服务提供商抽象为单一、一致的 API。它提供了一个用于管理支付生命周期的标准化接口,允许应用程序在各种金融服务之间执行授权、捕获和退款,而无需为每个提供商重写代码。 该框架使用适配器模式和数据传输对象将应用程序逻辑与特定于提供商的 SDK 解耦。这种架构确保原始网关响应和 HTTP 请求被转换为可预测的数据形状,而基于配置的环境切换允许开发人员在测试交易流程时在沙箱和实时 API 端点之间切换。 该库涵盖了广泛的支付处理功能,包括用于定期计费的信用卡令牌化以及使用 Luhn 算法验证卡号。它处理交易生命周期的协调,包括站外重定向管理和通过 Webhook 处理异步网关通知。 附加功能包括用于使用任意参数自定义请求有效负载并将详细的行项目数据传输到支付网关的工具。

    Enables developers to toggle between sandbox and live environments to simulate and verify payment flows.

    PHP
    在 GitHub 上查看↗6,053
  • paradigmxyz/rethparadigmxyz 的头像

    paradigmxyz/reth

    5,652在 GitHub 上查看↗

    Reth is a modular, high-performance Ethereum execution layer client written in Rust. It serves as a full Ethereum node that syncs, validates, and serves blockchain data, functioning as an archive node implementation, a high-throughput RPC node server, and a snapshot sync tool. The project is built around a modular component architecture that allows assembling custom node behavior by swapping independent Rust crates for consensus, execution, mempool, and networking. The client distinguishes itself through a staged sync pipeline that downloads headers and bodies online before processing the res

    Provides the ability to swap the EVM component to customize transaction execution and state transitions.

    Rust
    在 GitHub 上查看↗5,652
  • xrplf/rippledXRPLF 的头像

    XRPLF/rippled

    5,166在 GitHub 上查看↗

    rippled is a peer-to-peer node implementation for the XRP Ledger. It serves as a distributed ledger consensus engine and a blockchain API gateway, allowing servers to validate transactions and maintain a shared, immutable sequence of ledger state. The project features a built-in decentralized exchange engine capable of executing atomic cross-currency payments and managing order books. It includes an on-chain asset management system for issuing and controlling fungible tokens and NFTs, as well as a Byzantine Fault Tolerant system for coordinating validators. The platform provides comprehensiv

    XRP Ledger submits and validates custom or pre-release transaction types on a development network.

    C++blockchainc-plus-pluscplusplus
    在 GitHub 上查看↗5,166
  • solana-foundation/anchorsolana-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

    Provides test-time configuration of compute limits and signature verification for transaction execution.

    Rustblockchaincoralrust
    在 GitHub 上查看↗5,090
  • stripe/stripe-phpstripe 的头像

    stripe/stripe-php

    4,017在 GitHub 上查看↗

    stripe-php 库是一个 PHP 客户端,用于将 Stripe 支付处理、订阅计费和金融服务集成到应用程序中。它提供了一个编程接口,用于管理关联账户、发行虚拟卡以及向卖家自动发放款项。 该库的特色在于一套全面的计费和支付工具,包括对循环收费、基于用量的计费以及客户自助服务门户管理的支持。它还通过税务和收入库实现了金融自动化,这些库处理全球销售税计算和权责发生制会计的自动收入确认。 该项目涵盖了广泛的功能领域,包括市场编排、欺诈和风险管理以及销售点集成。它还包括用于金融账户连接、商业卡发行以及通过商户记录服务管理数字产品销售的工具。 开发者可以使用提供的带有测试 API 密钥的沙盒环境来促进集成开发。

    Simulates successful and failed card transactions using test cards to verify integration and brand handling.

    PHP
    在 GitHub 上查看↗4,017
  1. Home
  2. Development Tools & Productivity
  3. Client Libraries
  4. SMTP Clients
  5. Transaction Testing

探索子标签

  • ExperimentalValidation and submission of custom or pre-release transaction types within isolated development networks. **Distinct from Transaction Testing:** Specifically focuses on testing new/experimental transaction types rather than general protocol handshakes or server configuration simulation.
  • Payment Flow SimulationSimulating the sequence of requests and responses for payment transactions to verify integration logic. **Distinct from Transaction Testing:** Focuses on payment-specific transaction flows rather than protocol handshakes or blockchain simulations
  • Transaction Execution Customizations1 个子标签Capabilities to set compute limits and toggle signature verification for customizing transaction processing in tests. **Distinct from Transaction Testing:** Distinct from Transaction Testing: focuses on configuring execution parameters like compute limits and signature verification, not general transaction simulation.