Okay, and how to sign a transaction with HE, where to enter the key in the code / your library? I would appreciate a line of test code with an example sale or purchase transaction.
Also, I'll write some "shortcuts" functions for this kind of actions. Imagine a function like buy($user, $activeKey, $token, $quantity, $price). It will be cool :)
The official doc for HiveEngine is here : https://github.com/hive-engine/hivesmartcontracts-wiki/tree/main
But I'll try to write an example for Hive-PHP-Lib soon. It will be better.
Also, I'll write some "shortcuts" functions for this kind of actions. Imagine a function like
buy($user, $activeKey, $token, $quantity, $price)
. It will be cool :)View more