Skip to content

Instantly share code, notes, and snippets.

@fix
Created August 11, 2017 11:30
Show Gist options
  • Save fix/ffda22eff0e2b286ec275ea5f5cea11e to your computer and use it in GitHub Desktop.
Save fix/ffda22eff0e2b286ec275ea5f5cea11e to your computer and use it in GitHub Desktop.
embed ark in php
<?php
$output = shell_exec('nucleid -r arkjs -e transaction.createTransaction "AN7BURQn5oqBRBADeWhmmUMJGQTy5Seey3" 1000000000 "" 🦄 --ojson');
echo "<h1>My signed transaction</h1><pre>$output</pre>";
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment