You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A user requested this in Discord, and I was able to whip up a quick solution. PyCardano has all the necessary pre-requisites to implement this easily. I am posting this here mostly so it doesn't get lost in Discord history. At some point I should open a PR for this under pycardano.cip, but for now here is the quick sample I made up.
PyCardano does not currently support CIP14, which defines the mechanism for generating assets fingerprints (bech32).
https://developers.cardano.org/docs/governance/cardano-improvement-proposals/cip-0014/
A user requested this in Discord, and I was able to whip up a quick solution. PyCardano has all the necessary pre-requisites to implement this easily. I am posting this here mostly so it doesn't get lost in Discord history. At some point I should open a PR for this under
pycardano.cip
, but for now here is the quick sample I made up.I think to finish this off, it should be:
MultiAsset
encode/decode similar toAddress
with bech32 addresses)It's not much work, but I'm swamped right now. If someone want's to take a stab at it, be my guest.
The text was updated successfully, but these errors were encountered: