cryptobit-analytics is a commercial web project developed in 2021 by me and my younger brother, @Levelion, for a team of cryptocurrency analysts. The platform was designed to assist in investigating illegal activities, audits, and consulting for companies and individuals.
- Cryptocurrency transaction tracking
- Audit and reporting system
- Secure authentication system
- Dashboard with analytical insights
Before setting up the project, make sure you have the following installed:
- PHP (>=7.4 recommended) → Installation Guide
- Composer → Download Composer
- MAMP (or XAMPP for Windows users) → Download MAMP
- A web server (Apache, Nginx, or built-in PHP server)
- MySQL (included with MAMP/XAMPP)
Run the following command in your terminal:
git clone https://github.com/<YOUR_GITHUB_USERNAME>/cryptobitanalytics.git
cd cryptobitanalyticsIf you are using MAMP, place the project in the htdocs directory:
mv cryptobitanalytics /Applications/MAMP/htdocs/Navigate to the project directory and install dependencies:
cd path/to/cryptobitanalytics
composer install- Open MAMP and start the servers.
- Navigate to phpMyAdmin:
👉 http://localhost:8888/phpMyAdmin - Create a new database named:
cryptobitanalytics - Import the database:
- Click Import in phpMyAdmin.
- Select
cryptobitanalytics.sqlfrom the project root folder. - Click Go.
Update your .env file with the correct database credentials:
DB_HOST=localhost
DB_NAME=cryptobitanalytics
DB_USER=root
DB_PASS=rootNote: If your database username/password differs, adjust accordingly.
To start the application, open the project in a browser:
http://localhost:8888/cryptobitanalytics/
If using PHP's built-in server:
php -S localhost:8000 -t public- Ensure your MySQL credentials match those in the
.envfile. - Try changing the password in phpMyAdmin.
- Double-check that the database
cryptobitanalyticsexists in phpMyAdmin. - Ensure it was properly imported from
cryptobitanalytics.sql.
For inquiries, reach out to me on GitHub: @va13k Or write me an email