-
Hi, Here is the code snippet I used:
And I am getting this error:
For sure I am doing something wrong in my code, can you guys drop me a hint ? Thanks 🙂 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Update: Now I know that the puzzle hash I used in the original code snippet is wrong, the puzzle needs to be used. -> match_cat_puzzle() works for me now But I cannot figure out the coin denominator: how many mojos per CAT. As before, any hint is welcomed. |
Beta Was this translation helpful? Give feedback.
-
Update: Finally I figured out how to read the CATs of a given address/ mnemonic. The logic was implemented here if anyone is interested: https://github.com/ageorge95/WILLOW-chia-forks-instant-wallet-balance/releases/tag/v1.3 I'll mark this answer as the "solution", to have closure on this discussion. |
Beta Was this translation helpful? Give feedback.
Update: Finally I figured out how to read the CATs of a given address/ mnemonic. The logic was implemented here if anyone is interested: https://github.com/ageorge95/WILLOW-chia-forks-instant-wallet-balance/releases/tag/v1.3
I'll mark this answer as the "solution", to have closure on this discussion.