6 个仓库
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.
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.
Omnipay 是一个 PHP 支付网关库和集成框架,将多个支付服务提供商抽象为单一、一致的 API。它提供了一个用于管理支付生命周期的标准化接口,允许应用程序在各种金融服务之间执行授权、捕获和退款,而无需为每个提供商重写代码。 该框架使用适配器模式和数据传输对象将应用程序逻辑与特定于提供商的 SDK 解耦。这种架构确保原始网关响应和 HTTP 请求被转换为可预测的数据形状,而基于配置的环境切换允许开发人员在测试交易流程时在沙箱和实时 API 端点之间切换。 该库涵盖了广泛的支付处理功能,包括用于定期计费的信用卡令牌化以及使用 Luhn 算法验证卡号。它处理交易生命周期的协调,包括站外重定向管理和通过 Webhook 处理异步网关通知。 附加功能包括用于使用任意参数自定义请求有效负载并将详细的行项目数据传输到支付网关的工具。
Enables developers to toggle between sandbox and live environments to simulate and verify payment flows.
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.
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.
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.
stripe-php 库是一个 PHP 客户端,用于将 Stripe 支付处理、订阅计费和金融服务集成到应用程序中。它提供了一个编程接口,用于管理关联账户、发行虚拟卡以及向卖家自动发放款项。 该库的特色在于一套全面的计费和支付工具,包括对循环收费、基于用量的计费以及客户自助服务门户管理的支持。它还通过税务和收入库实现了金融自动化,这些库处理全球销售税计算和权责发生制会计的自动收入确认。 该项目涵盖了广泛的功能领域,包括市场编排、欺诈和风险管理以及销售点集成。它还包括用于金融账户连接、商业卡发行以及通过商户记录服务管理数字产品销售的工具。 开发者可以使用提供的带有测试 API 密钥的沙盒环境来促进集成开发。
Simulates successful and failed card transactions using test cards to verify integration and brand handling.