@dfbsvsc
I wrote a cryptocurrency from scratch in C++.
Used Equihash for mining and Keccak-256 for hashing.
I analyzed SHA-256 and found weaknesses before round 24.
The network has a UTXO model and a 21 million coin cap.
It's already running with nodes worldwide.
A community member even built a block explorer.
I had help from Claude AI.