ScorexFoundation / sigmastate-interpreter

ErgoScript compiler and ErgoTree Interpreter implementation for Ergo blockchain
MIT License
62 stars 40 forks source link

Transaction Signing with multisig #1000

Open aslesarenko opened 3 months ago

aslesarenko commented 3 months ago

This PR implements reduceTransactionInput, signReducedInput and generateCommitments in SigmaProver for both JVM and JS to support signing of multisig transactions. To that end, the following changes has been done: