Skip to main content

Questions tagged [multisig]

The tag has no usage guidance.

1 vote
0 answers
52 views

Can we Make a Multi-witness transactions using cardano Serialization Lib?

My Goal is to Transfer NFTs from one Wallet to another and use second wallet to cover my transaction fee. According to this article https://developers.cardano.org/docs/integrate-cardano/multi-witness-...
Dawar Ejaz's user avatar
1 vote
1 answer
64 views

How to build a MultiSig wallet with a time delay element?

Any examples of tested libraries or code which enables multisig wallet where flow is more complex? Example of requirements: wallet transaction needs at least 2 signatures wallet can be created with a ...
Aljosa Mohorovic's user avatar
1 vote
1 answer
55 views

Can Mithril Aggregators change snapshot after signing?

Mithril is a mechanism for developing lightweight wallets by storing blockchain snapshots on Mithril Aggregator. We can authenticate these snapshots using Multi Signature. But after the snapshot is ...
Quang Daniel's user avatar
1 vote
1 answer
47 views

What are the current options for spending a UTxO at a script address?

If the following script is protecting a UTxO { "type": "all", "scripts": [ { "type": "after", "slot":...
RJ Regenold's user avatar
1 vote
1 answer
68 views

Multi-signature time-locking script

I am trying to create a multi-signature time locking script similar to this example. I want to lock assets into a script to be released at a later date. { "type": "all", &...
RJ Regenold's user avatar
1 vote
1 answer
190 views

Script Witness Not Validating for Multisig

I'm getting the following error when trying to consume a UTxO sitting in a multisig script address: [ { "scriptWitnessNotValidating": [ "...
Falcon Stakepool's user avatar
1 vote
0 answers
52 views

How do I use Plutus to check that payment has been made to a native script?

If I want to check that payment has been made to a Plutus script, then I can use the function valueLockedBy txinfo vhash where vhash is the ValidatorHash of the Plutus script. Is there an analogous ...
Eric's user avatar
  • 85
1 vote
2 answers
111 views

Multisig Script Syntax Error

I am trying to build a muiltsig address using shelley simple scripts (https://github.com/input-output-hk/cardano-node/blob/master/doc/reference/simple-scripts.md) The purpose of this scheme is to have ...
zhekson's user avatar
  • 3,699
15 votes
5 answers
2k views

Multisig wallet for Cardano?

Does Cardano support multisig wallets? If not, are there any ongoing projects to have them implemented, any standards defined or at least drafts proposed?
emesik's user avatar
  • 816