30 open-source projects similar to dapphub/dapptools, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Dapptools alternative.
A robust, high-performance execution client for Ethereum node operators.
Quorum is a permissioned blockchain framework based on Ethereum, designed for enterprise consortia. It implements a private version of the ledger that restricts network access to authorized participants and uses authority-based consensus mechanisms to achieve transaction finality without energy-intensive mining. The project focuses on data privacy and access control through the use of private smart contracts and encrypted state storage. This ensures that transaction visibility and business logic results remain hidden from unauthorized nodes and are only accessible to designated consortium mem
Project is in active development and has been moved to the EthereumJS VM monorepo.
Parity is an Ethereum client node implementation designed to run a full node, validate blocks, and maintain a local copy of the blockchain. It functions as a blockchain state engine that executes smart contracts and manages distributed ledger state through a peer-to-peer network. The project includes a synchronization engine to download and verify historical block data to reach current network height and a cryptographic key manager for generating and storing private keys used to sign transactions. The system covers distributed ledger interaction via a command line interface for querying netw
Mist is a desktop application that serves as both an Ethereum wallet client and a decentralized application browser. It manages Ethereum accounts, synchronizes blockchain data, and provides a dedicated interface for interacting with DApps hosted on the Ethereum network. The application distinguishes itself by bundling an embedded Ethereum node that can be orchestrated and configured through command-line flags, with support for both IPC and RPC transport protocols. It includes a sandboxed DApp browser that isolates each application's execution context, and a transaction signing gateway that au
This project is a collection of blockchain tools providing an Ethereum client node, a virtual machine runtime for smart contract execution, a blockchain wallet manager, and a programmatic network interface. It implements the necessary components to synchronize blockchain state, validate blocks, and process transactions on the Ethereum network. The software includes a dedicated command line interface for managing node operations and monitoring network status. It features a comprehensive suite of cryptographic utilities for generating account keypairs, managing encrypted secret stores, and sign
A collection of resources covering different aspects of JMeter usage.
🔬 WebdriverIO support for Angular component test harnesses
BATS is a testing framework and automation tool for shell scripts and Unix programs. It functions as a test runner that validates the behavior of shell scripts by verifying command success and exit codes through automated test suites. The framework provides a compatible interface for the Test Anything Protocol, allowing it to export results for integration with external reporting tools and build pipelines. It also supports the use of container images to ensure consistent execution of test suites across different operating systems. The system manages the automated execution of test cases, inc
Tools to run playwright e2e tests in an angular workspace
PyAutoGUI is a Python GUI automation library and desktop automation framework. It provides a set of tools for programmatically controlling the mouse and keyboard to automate user interface interactions across different operating systems. The project functions as a cross-platform input simulator and computer vision screen scanner. It enables the simulation of keystrokes and cursor movements to perform repetitive tasks and utilizes screen analysis to locate specific images or pixel colors on the display. Its capability surface includes mouse and keyboard input simulation, screen image capture,
A collection of resources covering different aspects of Gatling load testing tool usage.
Plugin for http://unexpected.js.org to enable testing the full React virtual DOM, and also the shallow renderer
Frontend tests that run in your real browser, against your real backend. No jsdom, no separate E2E stack.
A curated list of delightful Selenium resources.
Collection of awesome 😎️ Python resources for testing
PyTest plugin for testing smart contracts for Ethereum blockchain.
Official awesome-list of CodeRabbit Starters & Resources ⚡️
a redux middleware to automatically generate tests for reducers through ui interaction
The code coverage tool for Python
gdb-dashboard is a visual frontend and Python-based extension for GDB. It provides a modular dashboard that enables real-time visualization of program state during debugging sessions. The project replaces manual command-line interaction with a structured visual interface. It utilizes syntax highlighting for program state data to improve readability and analysis during the debugging process. The system focuses on C and C++ debugging, automating the monitoring of program memory and execution state through a text-based user interface. It achieves this by integrating with GDB APIs to retrieve sy
SPDX-FileCopyrightText: David Fritzsche SPDX-License-Identifier: CC0-1.0 -->
(Formerly Solium) Code quality & Security Linter for Solidity