Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 701 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 701 Bytes

MPC TSS Web Demo

WORK IN PROGRESS!

A demo for web-based Multi-party computation Threshold signature scheme JS implementation using the mpc-tss-js library.

TODO:

  • Create a foundation for multi-party room-based communication
  • Push this out to Github Pages or similar
  • CI
  • Devise a way to exchange data for performing MPC
  • Implement the keygen process
  • Implement the signing process (for an arbitrary message)
  • Maybe implement a simple Sepolia (Ethereum testnet) wallet
  • Do a proper README and motivation

Development

This repo was originally createed using a Vite "React + TypeScript (SWC)" tempplate.