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
#!/bin/bash -e | |
if [[ $# != 3 ]]; then | |
echo "usage: pay SENDER-SECRET-KEY BENEFICIARY-ADDRESS AMOUNT" >&2 | |
exit 2 | |
fi | |
SK="$1" | |
DEST="$2" | |
AMOUNT="$3" |
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
### Keybase proof | |
I hereby claim: | |
* I am stanford-scs on github. | |
* I am dmazieres (https://keybase.io/dmazieres) on keybase. | |
* I have a public key ASBumD5i14Yoh_OIfmi1KGfSFvLvPztJ502pfbs6_MthSgo | |
To claim this, I am signing this object: |