WORK IN PROGRESS!
A demo for web-based Multi-party computation Threshold signature scheme JS implementation using the mpc-tss-js library.
- 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
This repo was originally createed using a Vite "React + TypeScript (SWC)" tempplate.