You are viewing a single comment's thread from:

RE: Hive.Supply, PHP Hive Tools New Features, Maintenance and Bug Fixing - Take Two

in LeoFinance5 years ago

By the way, I was looking into your PHP Hive Tools and I couldn't find a code for Hive signing.

I'm looking for it for a Hive signing step-by-step procedure for serializing and signing for couple days now from the traditional places(Google, Stackoverflow, developers.hive.io, etc).

If you know a place where I could find those, I would appreciate it.

Sort:  

As far as I know, there aren't any PHP implementations for serializing / signing a transaction (this is part of my development roadmap for this proposal). But if you want a starting point, you can have a look at the JS implementation, a good starting point would be this area:

https://github.com/openhive-network/hivejs/blob/b60e2a65f57052ed341ab4bc405d60aaa27770c9/src/auth/index.js#L105