30 open-source projects similar to hacker-dom/decode, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Decode alternative.
Code coverage for Solidity smart-contracts
Scientists are SHOCKED by how easy it is to disrupt a $550B industry with this one weird trick!
🛠 Assertions and utilities for testing Ethereum smart contracts with Truffle unit tests
CLI tool for Smart Contract error tracking, monitoring and alerting.
Solhint is an open-source project to provide a linting utility for Solidity code.
PyTest plugin for testing smart contracts for Ethereum blockchain.
:dromedary_camel: Laravel log viewer
CLI Tool to List & Store Solidity Smart Contract Methods Attributes
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
0x protocol monorepo - includes our smart contracts and many developer tools
(Formerly Solium) Code quality & Security Linter for Solidity
Ethereum solidity graph plain debugger. To have the whole picture when debugging.
👯 speedy, parallelized, hot-reloading solidity test framework
Invoify is a browser-based billing tool and invoice generator built with Next.js and TypeScript. It provides a web interface for designing, creating, and managing professional billing documents for clients. The application features a professional invoice designer with live previews and layout templates. It allows for the direct generation of portable document format files and includes an integrated email service for automated invoice delivery to recipients. The system manages billing data through local browser storage and supports exporting invoice information into PDF, JSON, and CSV formats
An IntelliJ IDEA plugin is used to inspire you to write code.
A Playwright extension that collects code coverage from running end-to-end tests. Assumes that code has been instrumented with babel-plugin-istanbul during the build process.
Python supercharged for the fastai library
AccessibleBundle provides an Accessible integration for your Symfony projects. This will allow you to define your classes getters, setters and constructors using powerful annotations.
sds is a C dynamic string library that provides a memory management wrapper for heap-allocated strings. It implements binary-safe storage by tracking string lengths explicitly, allowing the library to handle null characters within data. The library distinguishes itself through a memory architecture that uses interchangeable function pointers for allocation and freeing, enabling the integration of custom memory managers. It utilizes header-stored length tracking to provide constant-time length retrieval and maintains null-terminated buffer padding to ensure compatibility with standard C string