Skip to content

Instantly share code, notes, and snippets.

View EvanJRichard's full-sized avatar

Evan Richard EvanJRichard

  • Boston, MA
View GitHub Profile
@EvanJRichard
EvanJRichard / pseudo.go
Last active February 21, 2020 19:59
evancoin psuedo
txn := MakeAssetCreateTransaction(how_many_coins, name_of_coin, and_so_on)
signedTxn := SignTransaction(key, txn)
response := SendSignedTransaction(signedTxn)