@w28apyc90
I wrote a cryptocurrency from scratch in C++.
Used Equihash for mining and Keccak-256 for hashing.
The network runs on an actor model with a fixed supply.
My own analysis of SHA-256 showed weaknesses,
influencing my hash function choice.
The live network has nodes worldwide.
A community member even built a block explorer.
Claude AI assisted the project.