Created
August 11, 2017 11:29
-
-
Save fix/849364a7c7961ab0e6df665f658a2c28 to your computer and use it in GitHub Desktop.
embed lisk into php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$output = shell_exec(‘nucleid -r “lisk-js” -e “transaction.createTransaction” “123123123123123L” 1000000000 “passphrase”’); | |
echo “<h1>My signed lisk transaction</h1><pre>$output</pre>”; | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment