Files
mpc-hello/client-client
2025-01-20 12:33:14 +11:00
..
2025-01-17 17:15:27 +00:00
2025-01-20 12:33:14 +11:00
2025-01-20 00:49:23 +00:00

mpc-hello (client <> client)

This is a template repository designed to be the hello-world of mpc-framework.

It uses summon for circuit generation and emp-wasm-backend for secure 2PC.

It's a minimal web app where users can make 1-to-1 connections with each other and compute the larger of two numbers.

Hosted on github pages: https://voltrevo.github.io/mpc-hello/.

  • 250 sloc
  • Simple frontend
  • P2P end-to-end encrypted communication
  • Circuit code included via ordinary project files

Below are other examples of mpc-hello applications you may want to explore:

Running Locally

npm install
npm run dev

License

This is a template repository. You are free to use it as a starting point for your own work without restriction. You may modify it, distribute it, and apply your own licensing terms to your derived work as you see fit. This software is provided "AS IS" without warranty of any kind, as described by the MIT license.