|
Given the CBOR representation of a plutus validator, its script address can be easily generated with a variety of tools, e.g. cardano-cli and PyCardano. However, both tools generate different script addresses for the same CBOR. How is this possible? Am I finding a bug in PyCardano? To illustrate the point, I describe an example where |
Answered by
nielstron
May 14, 2023
Replies: 1 comment
|
@michele-nuzzi did a nice answer on your stackexchange post :) https://cardano.stackexchange.com/a/11102 I think this is a general usability problem of pycardano and will open an issue to resolve this akin to OpShin/opshin#123 |
0 replies
Answer selected by
nielstron
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@michele-nuzzi did a nice answer on your stackexchange post :) https://cardano.stackexchange.com/a/11102
I think this is a general usability problem of pycardano and will open an issue to resolve this akin to OpShin/opshin#123