The rechain_coin project is a cryptocurrency implementation using C, C++, Qt, and Python. It implements core blockchain functionality including decentralized transactions, wallet management, secure peer-to-peer communication, and more.
- Decentralized ledger and transaction validation.
- Wallet management and private key encryption.
- Cross-platform Qt-based GUI.
- Python APIs for scripting and automation.
-
Clone the repository:
git clone https://github.com/sorydima/rechain_coin.git cd rechain_coin
-
Install dependencies:
- On Debian/Ubuntu:
sudo apt-get install build-essential qt5-default libssl-dev cmake python3
- On macOS:
brew install qt openssl cmake python
- On Windows: Use vcpkg or manually download Qt and OpenSSL.
- On Debian/Ubuntu:
-
Build the project:
mkdir build && cd build cmake .. make
-
Run the application:
./rechain_coin
See CONTRIBUTING.md for guidelines.
This project is licensed under the MIT License.