/vmina-ETH-SF-

An on-chain video data marketplace where users can sell private video without sharing the full-length video. Vmina allows the proof of ownership of a video while only keeping the low-resolution version

Primary LanguageTypeScript

vmina

An on-chain video data marketplace where users can sell private video without sharing the full-length video. Vmina allows the proof of ownership of a video while only keeping the low-resolution version. Vmina verifies the proof on Mina protocol using zero-knowledge proof.

Preparation

yarn install
yarn prepare

Run web app

cd packages/web
yarn run dev

Smart Contract

See readme under packages/contract