Skip to content

Instantly share code, notes, and snippets.

@EvanJRichard
Last active February 21, 2020 19:59
Show Gist options
  • Save EvanJRichard/fb62eb0c39f4ddd61fe0b6adc4cd69d3 to your computer and use it in GitHub Desktop.
Save EvanJRichard/fb62eb0c39f4ddd61fe0b6adc4cd69d3 to your computer and use it in GitHub Desktop.
evancoin psuedo
txn := MakeAssetCreateTransaction(how_many_coins, name_of_coin, and_so_on)
signedTxn := SignTransaction(key, txn)
response := SendSignedTransaction(signedTxn)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment