stacks-network / sbtc-developer-release

sBTC primitives, signer components, helper tools
https://sbtc.tech
MIT License
1.98k stars 23 forks source link

[stacks-signer] sign a stx transaction #384

Open jferrant opened 11 months ago

jferrant commented 11 months ago

Description

Signers must broadcast contract call stx transactions. They must be signed by 70%+ of signers to be valid.

Context

Example stx transactions: no quorum reached, transaction rejection (quorum reached but vote was no)

Expected Approach

Take a generic stx transaction and sign its contents using the signing round across stacker db.

Acceptance Criteria