https://github.com/antho8101/oridium
Oridium - A powerful and modular blockchain core engine designed for high-performance applications, inspired by Bitcoin.
https://github.com/antho8101/oridium
bitcoin blockchain boost cmake cplusplus cryptocurrency gui libevent qt qt5 vcpkg wallet windows
Last synced: about 1 month ago
JSON representation
Oridium - A powerful and modular blockchain core engine designed for high-performance applications, inspired by Bitcoin.
- Host: GitHub
- URL: https://github.com/antho8101/oridium
- Owner: antho8101
- License: mit
- Created: 2025-03-19T19:36:24.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-03-19T20:13:23.000Z (about 1 month ago)
- Last Synced: 2025-03-19T20:35:28.729Z (about 1 month ago)
- Topics: bitcoin, blockchain, boost, cmake, cplusplus, cryptocurrency, gui, libevent, qt, qt5, vcpkg, wallet, windows
- Language: C++
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING
- Security: SECURITY.md
Awesome Lists containing this project
README
# Oridium
Oridium is a modern, high-performance blockchain project inspired by Bitcoin's core principles. Built with C++ and Qt, it offers a solid foundation for developing decentralized applications, digital payments, and secure peer-to-peer transactions.
### 🌐 Project Highlights
- **Core Language**: C++20
- **Graphical User Interface**: Qt 5
- **Cross-platform**: Windows (Visual Studio 2022), Linux support planned
- **Package Manager**: vcpkg
- **Build System**: CMake 3.21+### 🚀 Key Features
✅ Fully decentralized blockchain protocol
✅ Integrated graphical wallet (Qt GUI)
✅ Advanced cryptographic algorithms
✅ ZeroMQ support for scalable messaging
✅ SQLite3 integration for efficient data management
✅ Libevent for high-performance network operations
✅ Boost library support
✅ Extensible architecture for future modules## 🛠 Build Instructions (Windows / Visual Studio 2022)
### 💾 Dependencies (Managed by vcpkg)
BerkeleyDB
Boost
libevent
ZeroMQ
SQLite3
QRencode
Qt5### ✅ Requirements
- Visual Studio 2022
- CMake 3.21+
- Vcpkg
- Python 3.10+
- Git### 💻 Build on Windows
```bash
git clone https://github.com/antho8101/Oridium.git
cd Oridium
cmake --preset vs2022
cmake --build out/build/vs2022 --config Release
```### 📜 License
Oridium is an open-source project released under the MIT license. See the LICENSE file for details.### 🤝 Contributing
We welcome community contributions!
Feel free to fork the project, open pull requests, or suggest improvements.---
Project Status: Early Development Phase 🚧
Official Website: (Coming Soon)