msigner icon indicating copy to clipboard operation
msigner copied to clipboard

msigner is an open source Bitcoin Ordinals Partially Signed Bitcoin Transactions (PSBT) signer library. It supports atomic swap of the inscription and provides a simple and secure way to structure Bit...

Results 10 msigner issues
Sort by recently updated
recently updated
newest added

Is this maintaned?

Firstly, thanks for putting this together! I'm just a little confused about what the 2 new dummy outputs created are for. I see the code says: https://github.com/magiceden-oss/msigner/blob/3de81d4aaac4d030b2fb2967d704a59070981777/src/signer.ts#L465 Is it to...

I think this is awesome can you create an npm package?

ME now has a bulk transfer option on the wallet page, can we please open source this. im looking to make an airdropping web tool and im not very good...

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Once a Seller PSBT is created here: https://github.com/magicoss/msigner/blob/30499e1a8b352b8e4b6007450932be1a15b92955/src/signer.ts#L100 When and how is it signed? Same question for buyer PSBT: https://github.com/magicoss/msigner/blob/30499e1a8b352b8e4b6007450932be1a15b92955/src/signer.ts#L502 How and when is it signed?

Hey @nothing0012 , this is tech partner of Ordyssey.com, The 2-dummy algorithm proposed by msigner library effectively protects the interests of sellers, buyers and platforms. This has laid a good...

Is there some way to add support for .cookie connection? I was not able to establish a connection. Thanks!

I can't get the sell psbt to verify.. the verify function spits out "InvalidArgumentError: Invalid signature - no finalScriptWitness" I'm not sure how to make the wallet (I'm using xverse)...