Hey man what you're doing is really awesome. I'm trying to do the same with dhive. Do you need to do serialization of buffer with decoding memo? I noticed you don't do any of that with beem.
You are viewing a single comment's thread from:
Hey man what you're doing is really awesome. I'm trying to do the same with dhive. Do you need to do serialization of buffer with decoding memo? I noticed you don't do any of that with beem.
I'm doing this inside the Memo class, you can see it here:
https://github.com/holgern/beem/blob/87f462aa2fa86df40e38c9a46784fc45eab7effc/beembase/memo.py#L204
Have you checked the implementation if hive-js: https://gitlab.syncad.com/hive/hive-js/-/blob/master/src/auth/memo.js ?