Files
mpc-hello/README.md
2024-10-17 18:54:28 +11:00

568 B

mpc-hello

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

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/.

Running Locally

npm install
npm run dev

License

This is a template repository. You may use this as a starting point for your own work free from any restriction. This software is provided "AS IS" as described by the MIT license.