awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to akula-bft/akula

Open-source alternatives to Akula

30 open-source projects similar to akula-bft/akula, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Akula alternative.

  • fuellabs/swayFuelLabs avatar

    FuelLabs/sway

    61,626View on GitHub↗

    Sway is a smart contract development language and programming environment designed for writing, compiling, and deploying secure blockchain programs. It serves as a type-safe language for building on-chain logic and a static analysis toolchain that validates contracts before they are executed on a network. The ecosystem provides a development environment focused on blockchain application logic and web3 backend engineering. It integrates a type-safe programming approach to reduce vulnerabilities and ensure reliable state transitions for decentralized services. The toolchain incorporates static

    Rustcompilerfuellanguage
    View on GitHub↗61,626
  • bkrem/awesome-soliditybkrem avatar

    bkrem/awesome-solidity

    7,032View on GitHub↗

    This project is a curated directory and index of resources for Solidity smart contract development. It provides a categorized collection of libraries, development frameworks, security tools, and educational materials used to build and deploy decentralized applications. The repository functions as a comprehensive catalog for the software development lifecycle, featuring a specific index of community-vetted modular building blocks and token standard implementations. It also maintains a dedicated list of security resources, including static analyzers and fuzzers, to assist in auditing and securi

    View on GitHub↗7,032
  • paritytech/parityparitytech avatar

    paritytech/parity

    6,831View on GitHub↗

    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

    Rust
    View on GitHub↗6,831

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • ethereum/mistethereum avatar

    ethereum/mist

    7,431View on GitHub↗

    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

    JavaScriptblockchainbrowserelectron
    View on GitHub↗7,431
  • openethereum/parity-ethereumopenethereum avatar

    openethereum/parity-ethereum

    6,831View on GitHub↗

    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

    Rustblockchainclientethereum
    View on GitHub↗6,831
  • yeasy/blockchain_guideyeasy avatar

    yeasy/blockchain_guide

    7,069View on GitHub↗

    This is an educational resource that provides a comprehensive guide to blockchain and distributed ledger technologies, covering everything from fundamental concepts to practical deployment. The guide systematically explains the core architecture of blockchain systems, including consensus-based distributed ledgers, cryptographic hash chains, Merkle trees, and smart contract execution engines, while also detailing permissioned channel architectures and modular service platforms for enterprise use. The resource distinguishes itself by offering a dual-track learning path that serves both non-tech

    Gobitcoinblockchainbook
    View on GitHub↗7,069
  • cryptofinlabs/audit-checklistcryptofinlabs avatar

    cryptofinlabs/audit-checklist

    368View on GitHub↗

    A Solidity smart contract auditing checklist

    View on GitHub↗368
  • crytic/not-so-smart-contractscrytic avatar

    crytic/not-so-smart-contracts

    2,232View on GitHub↗

    Examples of Solidity security issues

    Solidity
    View on GitHub↗2,232
  • dapphub/dappsysdapphub avatar

    dapphub/dappsys

    569View on GitHub↗

    Composable building blocks for Ethereum contracts

    Nix
    View on GitHub↗569
  • dapphub/dapptoolsdapphub avatar

    dapphub/dapptools

    2,125View on GitHub↗

    Dapp, Seth, Hevm, and more

    Haskell
    View on GitHub↗2,125
  • dethcrypto/typechaindethcrypto avatar

    dethcrypto/TypeChain

    2,801View on GitHub↗

    🔌 TypeScript bindings for Ethereum smart contracts

    TypeScript
    View on GitHub↗2,801
  • dragonfly-xyz/useful-solidity-patternsdragonfly-xyz avatar

    dragonfly-xyz/useful-solidity-patterns

    1,598View on GitHub↗

    This repo is an ongoing collection of useful, and occasionally clever, solidity/EVM patterns that actually get used in the wild. These bite-sized guides are written in approachable terms so engineers of all skill levels can understand them. Every guide comes with a concise, self-contained,…

    Solidity
    View on GitHub↗1,598
  • duaraghav8/soliumduaraghav8 avatar

    duaraghav8/Solium

    922View on GitHub↗

    (Formerly Solium) Code quality & Security Linter for Solidity

    JavaScript
    View on GitHub↗922
  • embark-framework/embarkembark-framework avatar

    embark-framework/embark

    3,773View on GitHub↗

    I cannot provide a description for this project because there are no features or functional details provided in the feature list.

    JavaScript
    View on GitHub↗3,773
  • emeraldpay/etherjaremeraldpay avatar

    emeraldpay/etherjar

    44View on GitHub↗

    Java integration library for Ethereum blockchain

    Java
    View on GitHub↗44
  • ethereum/remix-desktopethereum avatar

    ethereum/remix-desktop

    1,042View on GitHub↗

    Remix IDE desktop

    JavaScript
    View on GitHub↗1,042
  • ethereum-ts/typechainethereum-ts avatar

    ethereum-ts/TypeChain

    2,801View on GitHub↗

    🔌 TypeScript bindings for Ethereum smart contracts

    TypeScript
    View on GitHub↗2,801
  • ethereumjs/ethereumjs-clientethereumjs avatar

    ethereumjs/ethereumjs-client

    193View on GitHub↗

    Project is in active development and has been moved to the EthereumJS VM monorepo.

    TypeScript
    View on GitHub↗193
  • fravoll/solidity-patternsfravoll avatar

    fravoll/solidity-patterns

    3,330View on GitHub↗

    A compilation of patterns and best practices for the smart contract programming language Solidity

    Soliditysmart-contractsoliditysolidity-language
    View on GitHub↗3,330
  • iamdefinitelyahuman/brownieiamdefinitelyahuman avatar

    iamdefinitelyahuman/brownie

    2,728View on GitHub↗

    A Python-based development and testing framework for smart contracts targeting the Ethereum Virtual Machine.

    C
    View on GitHub↗2,728
  • jpmorganchase/quorumjpmorganchase avatar

    jpmorganchase/quorum

    4,771View on GitHub↗

    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

    Go
    View on GitHub↗4,771
  • lamarkaz/parasolLamarkaz avatar

    Lamarkaz/parasol

    74View on GitHub↗

    Agile Smart Contract Development Environment

    JavaScript
    View on GitHub↗74
  • ledgerwatch/erigonledgerwatch avatar

    ledgerwatch/erigon

    3,575View on GitHub↗

    Ethereum implementation on the efficiency frontier

    Go
    View on GitHub↗3,575
  • limechain/etherlimeLimeChain avatar

    LimeChain/etherlime

    185View on GitHub↗

    Dapp Development framework based on ethers.js

    JavaScript
    View on GitHub↗185
  • manifoldfinance/libcallermanifoldfinance avatar

    manifoldfinance/libcaller

    3View on GitHub↗

    Tooling for encoding rpc calls for EVM compatible chains

    HTML
    View on GitHub↗3
  • nethermindeth/nethermindNethermindEth avatar

    NethermindEth/nethermind

    1,567View on GitHub↗

    A robust, high-performance execution client for Ethereum node operators.

    C#
    View on GitHub↗1,567
  • onbjerg/foundry-bookonbjerg avatar

    onbjerg/foundry-book

    946View on GitHub↗

    A book on all things Foundry, available at https://getfoundry.sh.

    Solidity
    View on GitHub↗946
  • openzeppelin/openzeppelin-contractsOpenZeppelin avatar

    OpenZeppelin/openzeppelin-contracts

    27,157View on GitHub↗

    OpenZeppelin Contracts is a library of modular, secure, and reusable smart contract components designed for the development of decentralized applications. It provides a foundational framework for building standard-compliant contracts, offering battle-tested implementations for token standards, access control, and common utility patterns. The project distinguishes itself through its comprehensive support for complex architectural patterns, including proxy-based upgradeability, role-based access control, and account abstraction. It enables developers to implement modular logic injection via hoo

    Solidityethereumevmsecurity
    View on GitHub↗27,157
  • pessimistic-io/slitherinpessimistic-io avatar

    pessimistic-io/slitherin

    376View on GitHub↗

    Slither Detectors by Pessimistic.io

    Python
    View on GitHub↗376
  • protofire/eth-cliprotofire avatar

    protofire/eth-cli

    242View on GitHub↗

    CLI swiss army knife for Ethereum developers

    TypeScript
    View on GitHub↗242