Cypherock / MPC-TSS

MPC-TSS is a project to demonstrate the working of our threshold signature scheme leveraging the security of X1 hardware wallet
https://cypherock.com/
GNU Affero General Public License v3.0
8 stars 5 forks source link

which code to run #3

Open mstc-xqp opened 7 months ago

mstc-xqp commented 7 months ago

image "The code segments are not sequential; the 'dkg/ot' code is implemented separately and has not been integrated into the final main version. Within the main branch, there is only a 'server.py', which lacks the functionality to execute TSS."

ujjwal-cyph commented 7 months ago

i assume you wish to try out the code on your local machine. a fully functioning poc is available in the main branch which uses COT for MtA.

Within the main branch, there is only a 'server.py'

if you wish to look at the iknp implementation (available in mascot-iknp-mta branch), you need to pull submodules as well. refer git documentation

PS: did some housekeeping. only active branches are available.

mstc-xqp commented 7 months ago

Thank you!!!!

i assume you wish to try out the code on your local machine. a fully functioning poc is available in the main branch which uses COT for MtA.

Within the main branch, there is only a 'server.py'

if you wish to look at the iknp implementation (available in mascot-iknp-mta branch), you need to pull submodules as well. refer git documentation

PS: did some housekeeping. only active branches are available.