Blockchain-Based Asset Tracking (BBAT) is a blockchain algorithm for secure and transparent tracking of physical and digital assets.
This project is available for purchase. For inquiries regarding pricing and licensing, please contact us at quantascript@gmail.com.
-
Block Hashing: SHA-256 Hash function
H ( B ) = SHA-256 ( B )
-
Proof of Work: Hash operation to meet difficulty
H ( P 2 - P prev P 2 ) = 0000 ...
To use BBAT, you'll need to install the following dependencies:
hashlib
You can install it using pip:
pip install hashlib
- Clone the repository:
git clone https://github.com/QuantaScriptor/Blockchain-Based-Asset-Tracking-BBAT.git
- Navigate to the project directory:
cd Blockchain-Based-Asset-Tracking-BBAT
- Run the script:
python bbat.py
This project is licensed under the GNU Affero General Public License v3.0. See the LICENSE file for details.