A project for managing and visualizing Self-Sovereign Identity (SSI) scores. It includes a backend service, a web frontend, and a browser extension.
backend/: A Node.js service providing the core API for managing SSI scores.frontend/: A Next.js web application for visualizing and interacting with SSI scores.ssi-tracker-extension/: A browser extension for interacting with Linkedin.linkedin-connect-all-extension/: A Chrome extension that adds a "Connect All" button to LinkedIn search results pages to automate sending connection requests.
- Docker
- Docker Compose
-
Ensure Docker is running.
-
From the root directory, run the following command:
docker-compose up -d
-
Install chrome extension in developer mode, also auth to your Linkedin account before using extension
This will build and start all the necessary services (backend, frontend, etc.).