eric248550

Results 10 comments of eric248550

I am facing this problem now, is there any solution?

@raamb Is the issue solved while using Lucid? Got the same issue

@rooooooooob Thank you for your great help, To be more specific, I want to know how to convert cborHex(e.g. `582009d11fd26816c747afec7c80ca775490d3b91d0ef8d6c4dee963219ec1fed3c1` ) to bech32 format(e.g. `xprv1wqf6xk9fym8u99qk8ec5l3khk7q4ed00d6ftvz59q6tju6vsgetpnvy0lcmyqdmrah8qj6yrmh0zygzn8smx8zuk6rh8te3248dun8dal8vjzjxj84v4dkx85m0k3lmas40n3n08yv5t9pp7jzgfxyvz4vh6j3e7`) I found the function `S.Bip32PrivateKey.from_bip39_entropy()`...

@rooooooooob Still have not figured out the format relationship. According to the key example: https://github.com/Emurgo/cardano-serialization-lib/blob/master/doc/getting-started/generating-keys.md I want to generate "rootkey" from "skey" and "vkey", From my test, If I just...

@rooooooooob I have already went through the doc and successfully built the transaction for sending ada, but don't know how to send the assets to another address, is there any...

@rooooooooob Thank you for your help! It seems some problem when sending assets, I got the error from `PoliceId.from_bytes` so I change to `ScriptHash.from_bytes` here is my implementation to send...

@rooooooooob It finally works! Thank you for your great help! Besides, Is there possible to do the multi-sig for it? (send ada or assets to get minted asset(NFT) in one...

Same question

@nicolasayotte Yes the error is like this, I suspect the old version CSL version have fee calculation issue when the user's UTXO big @lisicky it's min fee error, just increase...