Business Software for Solidity

Top Software that integrates with Solidity as of August 2025

Solidity Clear Filters

Compare business software, products, and services to find the best solution for your business or organization. Use the filters on the left to drill down by category, pricing, features, organization size, organization type, region, user reviews, integrations, and more. View and sort the products and solutions that match your needs in the results below.

  • 1
    QuillAudits

    QuillAudits

    QuillAudits

    Revolutionizing security by launching custom AI agents and building a decentralized network of distributed intelligence. Transforming the security landscape by introducing a decentralized AI agent network built on EigenLayer AVS. Our AI agent instantly detects and fixes over 100 vulnerabilities in Solidity code. Helping developers to outsmart the hackers & plug the dollar drain. Our digital asset AI agent protects users from crypto fraud. Enabling the community to stay safe from rug pulls and honeypot tokens. Uncover honeypots, understand token permissions, and get comprehensive market insights. Shield yourself from rug pulls and scam tokens. Our state-of-the-art rug pull detection feature employs interactive charts and risk indicators, which makes it effortless for users to evaluate the safety of tokens on multiple chains through a comprehensive evaluation of token security, including market and code checks.
  • 2
    Solidity Debugger Pro

    Solidity Debugger Pro

    Solidity Debugger Pro

    Free & Open source. Cross-platform. Supports all EVM blockchains. Solidity Debugger Pro (sdbg) is a VS Code extension that adds feature-rich debugging capabilities for Solidity projects. It supports all EVM-compatible blockchains, allowing developers to easily debug smart contracts locally or on a forked node. Sdbg brings native debugging support for the popular Hardhat framework.
    Starting Price: Free
  • 3
    Lapce

    Lapce

    Lapdev

    Lapce is a cutting-edge, open-source code editor focused on delivering a fast and responsive experience, particularly for developers working with large projects or complex codebases. Written in Rust, Lapce leverages the performance advantages of native development to provide a smooth editing experience with minimal lag. It features a clean, modern interface and advanced functionality such as multi-caret editing, split views, and integrated terminal support. With built-in support for the Language Server Protocol (LSP), Lapce offers precise autocompletion, syntax highlighting, and code navigation across various programming languages, enhancing productivity. Its extensibility, support for plugins, and focus on performance make Lapce ideal for developers looking for a lightweight yet powerful editor that balances simplicity with capability, appealing to both beginners and seasoned professionals.
    Starting Price: Free
  • 4
    Refraction

    Refraction

    Refraction

    Refraction is a code-generation tool for developers. It uses AI to generate code for you. You can use it to generate unit tests, documentation, refactor code, and more. Generate code using AI in 34 languages — Assembly, C#, C++, CoffeeScript, CSS, Dart, Elixir, Erlang, Go, GraphQL, Groovy, Haskell, HTML, Java, JavaScript, Kotlin, LaTeX, Less, Lua, MatLab, Objective-C, OCaml, Perl, PHP, Python, R Lang, Ruby, Rust, Sass / SCSS, Scala, Shell, SQL, Swift, and TypeScript. Join thousands of developers around the world using Refraction to generate documentation, create unit tests, refactor code, and more using AI. Use the power of AI to automate the tedious parts of software development like testing, documentation, and refactoring, so you can focus on what matters. Refactor, optimize, fix and style-check your code. Generate unit tests for your code with various test frameworks. Explain the purpose of your code to make it easier to understand.
    Starting Price: $8 per month
  • 5
    Betterscan.io

    Betterscan.io

    Betterscan.io

    Reduce MTTD & MTTR with full coverage within minutes of using. Full DevSecOps toolchain across your all environments, implementing and collecting evidence as part of your continuous security. Unified and de-duplicated across all the layers we orchestrate. One line to add several thousand checks + AI. It was built with security in mind, and we have avoided common security mistakes and pitfalls. Understands modern technologies. All are callable via REST API. Integrateable with CI/CD systems, lightweight and fast. You can self-host it for 100% code control and transparency, or run source available binary only in your own CI/CD. Use a source-available solution for complete control and transparency. Trivial setup, no software installation, compatible with many programming languages. Detects more than several thousand code and infrastructure issues and counting. You can review the issues, mark them as false positives, and collaborate on issues.
    Starting Price: €499 one-time payment
  • 6
    Solidity Fuzzing Boilerplate
    Solidity Fuzzing Boilerplate is a template repository intended to ease fuzzing components of Solidity projects, especially libraries. Write tests once and run them with both Echidna and Foundry's fuzzing. Fuzz components that use incompatible Solidity versions by deploying those into a Ganache instance via Etheno. Use HEVM's FFI cheat code to generate complex fuzzing inputs or to compare outputs with non-EVM executables while doing differential fuzzing. Publish your fuzzing experiments without worrying about licensing by extending the shell script to download specific files. Turn off FFI if you don't intend to make use of shell commands from your Solidity contracts. Note that FFI is slow and should only be used as a workaround. It can be useful for testing against things that are difficult to implement within Solidity and already exist in other languages. Before executing tests of a project that has FFI enabled, be sure to check what commands are actually being executed.
    Starting Price: Free
  • 7
    hevm

    hevm

    DappHub

    The hevm project is an implementation of the Ethereum Virtual Machine (EVM) made specifically for symbolic execution, unit testing, and debugging of smart contracts. It is developed by DappHub and integrates especially well with the DappHub tool suite. The hevm command line program can symbolically execute smart contracts, run unit tests, interactively debug contracts while showing the Solidity source, or run arbitrary EVM code. Computations can be performed using a local state set up in a testing harness or fetched on demand from live networks using RPC calls. Run a symbolic execution against the given parameters, searching for assertion violations. One can also specialize specific arguments to a function signature while leaving others abstract. hevm uses an eager approach for symbolic execution, meaning that it will first attempt to explore all branches of the program.
    Starting Price: Free
  • 8
    ImmuneBytes

    ImmuneBytes

    ImmuneBytes

    Fortify your blockchains with our impeccable audit services for unparalleled security in the decentralized realm. If you're spending sleepless nights worrying about losing funds to hackers, choose from our stack of services, and bid farewell to all your fears. In-depth analysis of the code by industry veterans to detect the vulnerabilities in your smart contract. Our experts secure your blockchain applications by mitigating risks through security design, assessment, audit, and compliance services. Our independent team of prolific penetration testers performs an extensive exercise to detect vulnerabilities and system exploits. We are the torch-bearers of making the space safer for everyone and do it by helping with a complete, systematic analysis to enhance the product's overall security. Recovery of funds is as equally important as a security audit. Have the facility to track user funds with our transaction risk monitoring system and boost users' confidence.
    Starting Price: Free
  • 9
    Echidna

    Echidna

    Crytic

    Echidna is a Haskell program designed for fuzzing/property-based testing of Ethereum smart contracts. It uses sophisticated grammar-based fuzzing campaigns based on a contract ABI to falsify user-defined predicates or Solidity assertions. We designed Echidna with modularity in mind, so it can be easily extended to include new mutations or test specific contracts in specific cases. Generates inputs tailored to your actual code. Optional corpus collection, mutation and coverage guidance to find deeper bugs. Powered by Slither to extract useful information before the fuzzing campaign. Source code integration to identify which lines are covered after the fuzzing campaign. Interactive terminal UI, text-only or JSON output. Automatic test case minimization for quick triage. Seamless integration into the development workflow. Maximum gas usage reporting of the fuzzing campaign. Support for a complex contract initialization with Etheno and Truffle.
    Starting Price: Free
  • 10
    Opengrep

    Opengrep

    Opengrep

    Opengrep is an open-source static code analysis engine designed to identify security vulnerabilities within codebases. As a fork of Semgrep, it maintains a similar focus on providing fast and powerful code pattern search capabilities across more than 30 programming languages, including Python, JavaScript, and Go. Opengrep enables developers to define custom rules for pattern matching, facilitating the detection of potential security issues and promoting adherence to coding standards. By integrating Opengrep into the development workflow, teams can proactively address vulnerabilities, thereby enhancing the overall security and reliability of their software projects.
    Starting Price: Free
  • 11
    Ethereum

    Ethereum

    Ethereum Foundation

    Ethereum is the community-run technology powering the cryptocurrency, ether (ETH) and thousands of decentralized applications. Ethereum is a technology that's home to digital money, global payments, and applications. The community has built a booming digital economy, bold new ways for creators to earn online, and so much more. It's open to everyone, wherever you are in the world – all you need is the internet. Today, billions of people can’t open bank accounts, others have their payments blocked. Ethereum's decentralized finance (DeFi) system never sleeps or discriminates. With just an internet connection, you can send, receive, borrow, earn interest, and even stream funds anywhere in the world. Today, we gain access to 'free' internet services by giving up control of our personal data. Ethereum services are open by default – you just need a wallet. Stake your ETH to become an Ethereum validator.
  • 12
    Neon EVM

    Neon EVM

    Neon EVM

    Neon EVM is an Ethereum Virtual Machine (EVM) empowering developers to build and deploy DApps seamlessly from EVM chains to Solana, all from their existing codebase. Leverage Neon EVM to deploy Solidity or Vyper contracts on Solana, tapping into high-speed, parallel processing, and reduced gas fees without retooling your Ethereum DApp. Experience seamless integration with Solana’s ecosystem using familiar EVM development tools, underpinned by Solana's robust infrastructure for unmatched scalability and efficiency. Neon EVM is where technical sophistication meets developer convenience, with robust compatibility with the EVM opcode set, enabling you to push the boundaries of dApp performance and innovation. Neon EVM provides parallel execution capabilities, enhancing transaction throughput and reducing latency for your DApps since it capitalizes on Solana's unique transaction ordering mechanism. Neon EVM redefines state storage.
  • 13
    Celestia

    Celestia

    Celestia

    Tap into the abundant throughput enabled by data availability sampling (DAS), the first architecture that scales while maintaining verifiability for any user. Anyone can directly verify and contribute to Celestia by running a light node. Launch a blockchain with leading Ethereum rollup frameworks or transform nearly any VM into your sovereign chain. With Celestia underneath, a customizable blockchain becomes as easy to deploy as a smart contract. Access the dynamic scaling unlocked by data availability sampling, where scale increases with the number of users. Create applications using your favorite VM or define your own. Build sovereign rollups, a new type of self-governing blockchain with minimal platform risk.
  • 14
    SithSwap

    SithSwap

    SithSwap

    Sith­Swap is the next-gen AMM on StarkNet fea­tur­ing in­stant volatile and sta­ble swaps with ul­tra low slip­page, near-ze­ro fees, and the full se­cu­ri­ty of Ethereum. SithSwap has been built as an efficient and versatile liquidity exchange protocol, allowing builders and users to leverage a highly composable architecture offering deep, sustainable, and adaptable liquidity. Sith­Swap sup­ports a rich incentives system comprised of escrows, staking pools, gauges, bribes, and native $SITH emissions that can be escrowed to unlock exclusive benefits like the ability to govern key protocol parameters, including future emissions rewards. SithSwap offers StarkNet protocols the liquidity infrastructure to launch, bootstrap and grow in a decentralized & sustainable way. The SithSwap AMM has been shaped to conform to the timeless Uniswap smart contracts architecture, popularized by its intuitive Pair features and Router APIs that every DeFi developer will be familiar with.
  • 15
    GaiaNet

    GaiaNet

    GaiaNet

    The API approach allows any agent application in the OpenAI ecosystem, which is 100% of AI agents today, to use GaiaNet as an alternative to OpenAI. Furthermore, while the OpenAI API is backed by a handful of models to give generic responses, each GaiaNet node can be heavily customized with a finetuned model supplemented by domain knowledge. GaiaNet is a decentralized computing infrastructure that enables everyone to create, deploy, scale, and monetize their own AI agents that reflect their styles, values, knowledge, and expertise. It allows individuals and businesses to create AI agents. Each GaiaNet node provides. A distributed and decentralized network of GaiaNodes. Fine-tuned large language models with private data. Proprietary knowledge base that individuals or enterprises have to improve the performance of the model. Decentralized AI apps that utilize the API of the distributed GaiaNet infrastructure. Offers personal AI teaching assistants, ready to enlighten at any place & time.
  • 16
    Somnia

    Somnia

    Somnia

    Somnia is a high-performance, EVM-compatible Layer 1 blockchain designed to support real-time, mass-consumer applications such as gaming, social platforms, and metaverses. Its novel multistream consensus mechanism and custom database, IceDB, enable the processing of over 400,000 transactions per second with sub-second finality, ensuring ultra-low transaction fees. Somnia's architecture allows developers to utilize existing EVM tools and codebases, facilitating seamless integration and rapid development. By introducing reactive primitives to Solidity, Somnia enables the creation of fully on-chain applications that can respond to data changes and events in real time, fostering a new class of decentralized applications. The platform's focus on scalability and affordability makes it suitable for building complex on-chain games, social networks, and fully on-chain metaverses, promoting user sovereignty, composability, and transparency.
  • 17
    Unremot

    Unremot

    Unremot

    Unremot is a go-to place for anyone aspiring to build an AI product - with 120+ pre-built APIs, you can build and launch AI products 2X faster, at 1/3rd cost. Even, some of the most complicated AI product APIs take less than a few minutes to deploy and launch, with minimal code or even no-code. Choose an AI API that you want to integrate to your product from 120+ APIs we have on Unremot. Provide your API private key to authenticate Unremot to access the API. Use unremot unique URL to connect the product API - the whole process takes only minutes, instead of days and weeks.
  • Previous
  • You're on page 1
  • Next