-1

I was looking forward to knowing how to deactivate go mod

I was working with this sdk for multi-party-computation

https://fusion.org/tech/dcrm

piash
  • 153
  • 1
  • 5

1 Answers1

1

use

go env -w  GO111MODULE=off

then run

make bootnode 
make gdcrm
Tanjin Alam
  • 1,728
  • 13
  • 15