Skip to content

Unknnownnn/SoulMesh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image

SoulMesh

Problem Statement

Modern businesses suffer from soaring acquisition costs (CAC) due to fragmented Web2 and Web3 data and invasive data brokers. Soulmesh solves this by fusing identity, privacy, and data monetization into one ecosystem. DigiSoul leverages SBT-based credentials and zero-knowledge proofs to unify user data, while Corpus offers a privacy-preserving data marketplace for qualified leads. This dramatically reduces CAC, ensures compliance, and fosters trust, making Soulmesh indispensable for any enterprise navigating today’s digital landscape.


Table of Contents

  1. Introduction
  2. Features
  3. Frontend
  4. Dashboard
  5. Technology Stack

Introduction

DigiSoul is a two-layer zero-knowledge (ZK) identity platform that merges Web2 and Web3 data into a single, privacy-preserving dashboard. Users hold a SoulPass, backed by SBTs (Soulbound Tokens), which aggregate credentials such as credit scores, employment history, on-chain activity, and more—all verified through ZK proofs. The system employs a two-layer RSA-based ZKP: first, to confirm that a user’s public key is part of an authorized set (via a Merkle proof), and second, to verify their signature without revealing any private information.

Meanwhile, Corpus extends the ecosystem as a data marketplace where businesses can tap into privacy-preserving, user-approved insights from DigiSoul. Users selectively monetize verified attributes—such as high-level creditworthiness or professional credentials—while machine perception algorithms and AI models benefit from authentic, high-quality data. By bridging verified identity (DigiSoul) with scalable data exchange (Corpus), this platform empowers ethical data monetization and advanced analytic without sacrificing user privacy or trust.

Features

  • Two-Layer Zero-Knowledge Proofs

  • Soulbound Token (SBT) Dashboard

  • Privacy-Preserving Data Marketplace

  • Seamless Web2 Integration

  • Flexible Credential Disclosure

  • Customizable Nullifiers

  • High Scalability & Modularity

  • Built-In Compliance Layer


Frontend

Image Image Image


Dashboard

A Web3 dashboard application with secure wallet connection and ZKP verification.

Technology Stack

  • Next.js
  • TypeScript
  • React
  • Web3.js
  • SASS/SCSS

ZK Proofs

Image


Image Image

MarketPlace

Image Image

Soul ID

Installation

  1. Clone the repository:
git clone https://github.com/Unknnownnn/SoulMesh.git
cd Digisoul
  1. Install dependencies:
npm install
# or
yarn install
  1. Run the development server:
npm run dev
# or
yarn dev
  1. Open http://localhost:3000 with your browser to see the result.