markr
markr
@lucifer911 , you can do it by monitoring payments to an address and then sending the NFT via a cli based wallet.
Thanks @shamblett ! It's my first time dealing with CBOR and low level stuff, so I'm excited for the simple module, it might finally crack what I'm doing. 😁
@shamblett just wanted to ask since i'm learning stuff about CBOR if you don't mind. Since this library uses RFC7049, is it a possible why i can't decode my cardano...
Thanks! Btw just wanted to add this to help with your investigation: I'm able to convert it using this service: https://cbor.me/
@shamblett ! I was able to figure it out now, sorry for the bother. There are no issues with the package when it comes to decoding it. It was just...
Alright, thanks!
Thanks @shamblett !
Hi @nicbn @shamblett ! It converts recursively now, thanks! I just need help in understanding what kind of encoding does `CborJsonEncoder().convert` use. It didn't come out as my expected data...
Update: It seems that the Asset names (i.e. `QXNpbW9iNDU5Ng`) are in base64 but the policy id's (i.e. `PYpsP_s8B0R9RnONQYmy4y3IxW7x-vWp5mCcdw`) aren't.