Skip to content

Instantly share code, notes, and snippets.

@fix
Created August 11, 2017 11:29
Show Gist options
  • Save fix/849364a7c7961ab0e6df665f658a2c28 to your computer and use it in GitHub Desktop.
Save fix/849364a7c7961ab0e6df665f658a2c28 to your computer and use it in GitHub Desktop.
embed lisk into php
<?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