C Blockchain

Open-source C projects categorized as Blockchain

Top 22 C Blockchain Projects

  1. Ravencoin

    Ravencoin Core integration/staging tree

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. mako

    Bitcoin node written in C (by chjj)

  4. blockchain-crypto-mpc

    Protecting cryptographic signing keys and seed secrets with Multi-Party Computation.

  5. Zenroom

    Secure execution VM executing human-like language (no-code) to operate on data and advanced cryptographic operations.

    Project mention: Zenroom – No-code cryptographic virtual machine | news.ycombinator.com | 2025-12-02
  6. aergolite

    AergoLite: Trustless SQLite Replication

  7. monotone

    Embeddable Cloud-Native Key-Value Storage For Sequential Data.

    Project mention: Show HN: Monotone v1.2.0 is out (cloud native key-value storage for seq data) | news.ycombinator.com | 2025-06-18
  8. denarius

    Denarius [$D] is a PoW/PoS Hybrid Cryptocurrency with Tribus a new PoW Hashing Algo built specifically for D, one of a kind hybrid masternodes called Fortuna Stakes, atomic swaps, staking, mining, IPFS, optional Native Tor and I2P, and much more!

  9. eth.zig

    Zig Ethereum client library. Faster than alloy.rs on 20/26 benchmarks.

    Project mention: Show HN: Eth.zig – Pure Zig Ethereum library, 19/26 benchmark wins vs. alloy.rs | news.ycombinator.com | 2026-02-26
  10. libethc

    Open-source Ethereum library for C/C++

  11. yespower

    Proof-of-work scheme building upon yescrypt and scrypt

  12. postgres_web3

    PostgreSQL extension implementing optimized data types for web3 applications

  13. xmr

    Monero node.

  14. protoblock

    Protoblock blockchain protocol core

  15. purplecoin

    Purplecoin/XPU Core integration/staging tree

  16. NewFinance

    Multi Party Secured Mobile Bitcoin Wallet

  17. chiagen

    standalone chia generator

  18. php-secp256k1

    Bitcoin/Ethereum elliptic curve cryptography for PHP (3000× faster, with sign/verify/recover)

    Project mention: Unleashing Native‑Speed Crypto in PHP: Introducing php‑secp256k1 & php‑keccak256 | dev.to | 2025-10-19

    # Dependencies sudo apt-get update sudo apt-get install -y libsecp256k1-dev libssl-dev php-dev build-essential # php-secp256k1 git clone https://github.com/BuildCoreWorks/php-secp256k1.git cd php-secp256k1 && phpize && ./configure && make && sudo make install echo "extension=secp256k1.so" | sudo tee /etc/php/8.1/mods-available/secp256k1.ini sudo phpenmod secp256k1 # php-keccak256 git clone https://github.com/BuildCoreWorks/php-keccak256.git cd php-keccak256 && phpize && ./configure && make && sudo make install echo "extension=keccak.so" | sudo tee /etc/php/8.1/mods-available/keccak.ini sudo phpenmod keccak

  19. php-keccak256

    High-performance Keccak-256 hashing for PHP (14-16× faster than pure PHP). C extension for Ethereum address derivation, transaction hashing, and blockchain applications. Production-ready, MIT licensed.

    Project mention: Unleashing Native‑Speed Crypto in PHP: Introducing php‑secp256k1 & php‑keccak256 | dev.to | 2025-10-19

    # Dependencies sudo apt-get update sudo apt-get install -y libsecp256k1-dev libssl-dev php-dev build-essential # php-secp256k1 git clone https://github.com/BuildCoreWorks/php-secp256k1.git cd php-secp256k1 && phpize && ./configure && make && sudo make install echo "extension=secp256k1.so" | sudo tee /etc/php/8.1/mods-available/secp256k1.ini sudo phpenmod secp256k1 # php-keccak256 git clone https://github.com/BuildCoreWorks/php-keccak256.git cd php-keccak256 && phpize && ./configure && make && sudo make install echo "extension=keccak.so" | sudo tee /etc/php/8.1/mods-available/keccak.ini sudo phpenmod keccak

  20. zclassic

    ZClassic full node in one ~15 MB pure-C23 binary — Equihash 200,9 PoW, Sapling shielded transactions, embedded Tor onion service, block explorer, wallet, and an MCP server for AI-native operation

    Project mention: Show HN: Fable, Make Me a Crypto Blockchain Full Node Tor Onion Service P2P" | news.ycombinator.com | 2026-06-09
  21. VDF4J

    An implementation of Verifiable Delay Functions in Java

  22. OWO

    OneWorld wallet repository (by decenomy)

  23. xfsgo

    A distributed network complying with XFS protocol

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

C Blockchain discussion

Log in or Post with

C Blockchain related posts

  • Zenroom – No-code cryptographic virtual machine

    1 project | news.ycombinator.com | 2 Dec 2025
  • Unleashing Native‑Speed Crypto in PHP: Introducing php‑secp256k1 & php‑keccak256

    2 projects | dev.to | 19 Oct 2025
  • Show HN: Monotone v1.2.0 is out (cloud native key-value storage for seq data)

    1 project | news.ycombinator.com | 18 Jun 2025
  • RETHV - Building Reth for the RISC-V platform

    4 projects | dev.to | 28 Jun 2024
  • Cloud-native key-value storage for sequential data

    1 project | news.ycombinator.com | 29 Apr 2024
  • Embeddable key-value storage for events and time-series data (v1.0 released)

    1 project | news.ycombinator.com | 18 Apr 2024
  • How do I know if I'm actually mining Monero correctly and everything is alright?

    3 projects | /r/MoneroMining | 29 May 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 14 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Blockchain projects in C? This list will help you:

# Project Stars
1 Ravencoin 1,117
2 mako 596
3 blockchain-crypto-mpc 482
4 Zenroom 247
5 aergolite 117
6 monotone 112
7 denarius 109
8 eth.zig 77
9 libethc 72
10 yespower 35
11 postgres_web3 33
12 xmr 31
13 protoblock 15
14 purplecoin 14
15 NewFinance 12
16 chiagen 10
17 php-secp256k1 3
18 php-keccak256 2
19 zclassic 2
20 VDF4J 1
21 OWO 1
22 xfsgo 0

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that C is
the 6th most popular programming language
based on number of references?