claude-code-skills-factory/ ├── README.md # This file ├── CLAUDE.md # Repository guidance ├── AGENTS.md # Codex CLI documentation (auto-generated) ├── CHANGELOG.md # Version history ├── .claude/ │ ├── ...
This project is a Mini Blockchain Simulator written in C++ (Dev-C++ / C++98 standard). It demonstrates how core blockchain concepts work internally—such as block linking, hashing, immutability, ...