Created
August 11, 2017 11:30
-
-
Save fix/ffda22eff0e2b286ec275ea5f5cea11e to your computer and use it in GitHub Desktop.
embed ark in 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 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