30 open-source projects similar to 0xproject/0x-monorepo, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.
Decode is a package to make it easier for you to develop on Ethereum. In particular, it parses tx's submitted to a local testrpc node to make them more readable.
Code coverage for Solidity smart-contracts
Ethereum solidity graph plain debugger. To have the whole picture when debugging.
A modern, flexible Ethereum smart contract abstraction.
🛠 Assertions and utilities for testing Ethereum smart contracts with Truffle unit tests
PyTest plugin for testing smart contracts for Ethereum blockchain.
(Formerly Solium) Code quality & Security Linter for Solidity
web3.js is a TypeScript development framework and library for integrating applications with the Ethereum blockchain. It serves as an Ethereum JSON RPC library for querying data and sending transactions, a smart contract interface for interacting with on-chain logic, and a wallet integration toolkit for managing private keys. The project provides specialized capabilities for blockchain node communication, enabling the execution of smart contract functions and the management of Ethereum accounts. It includes tools for web3 address resolution to translate human-readable names into machine-readab
Simple, zero configuration Ethereum Name Service resolver.
A collection of JavaScript libraries for Ethereum dapp development.
Solhint is an open-source project to provide a linting utility for Solidity code.
CLI Tool to List & Store Solidity Smart Contract Methods Attributes
Nodejs and Javascript library for decoding data params and events from ethereum transactions
dfuse JavaScript/TypeScript Client Library for dfuse API
ethers.js is an Ethereum JavaScript library used to interact with the Ethereum blockchain by querying state and sending transactions via JSON-RPC providers. It functions as a smart contract wrapper, a Web3 provider interface, and a system for managing wallets and cryptographic signatures. The project provides a dedicated Ethereum Name Service resolver for translating human-readable names into blockchain addresses through forward and reverse lookup operations. It also includes an implementation for managing private keys and mnemonic phrases to sign digital data and authorize on-chain transacti
Scientists are SHOCKED by how easy it is to disrupt a $550B industry with this one weird trick!
Auto-generate UI form field definitions and associated validators from an Ethereum contract ABI
👯 speedy, parallelized, hot-reloading solidity test framework
Blockchain abstraction layer
a custom React Hook to manage Metamask in Ethereum ĐApp projects
A modern, flexible library for sending ethereum transactions.
Create Ethereum-powered apps with one command
Schemathesis is a property-based testing tool and fuzzer for schema-based APIs. It analyzes OpenAPI and JSON Schema specifications to automatically generate test cases that identify crashes, schema violations, and validation bypasses. The project functions as a contract validator and security scanner, verifying that a live server strictly adheres to its defined specifications. The framework distinguishes itself through stateful API testing, which chains multiple related requests together to uncover bugs that only emerge during complex, multi-step user workflows. It also utilizes response-driv