pow topic
cryptonight
:loop: Pure Go/ASM implementation of CryptoNight hash function with its variants, without any CGO binding.
masq
Simple local DNS server for using *.dev domains
duckcoin
WIP: A cryptocurrency made from scratch, with unique ease of mining. Duckcoin's code has a focus on readability.
blockchain-java
A simplified blockchain implementation in Java
py-bitcoin
比特币的python简易实现,主要介绍比特币底层技术。如Base58编码、椭圆加密算法、MerkleTree、P2P对等网络、RPC通信、UTXO、虚拟机、DHT、DAG、链上数据的持久化存储等。
awesome-blockchain
⚡️Curated list of resources for the development and applications of blockchain.
blockchain_consensus_algorithm
代码实现五种区块链共识算法 The code implements five blockchain consensus algorithms
nanocurrency-js
🔗 A toolkit for the Nano cryptocurrency, allowing you to derive keys, generate seeds, hashes, signatures, proofs of work and blocks.
feeless
⋰·⋰ Feeless is a Nano cryptocurrency node, wallet, tools, and Rust crate. https://feeless.dev/
blockchain_golang
Blockchain demo based on golang 基于golang编写的区块链公链demo