6ececdf9b511c6ad9ac442ab9dbd40edf1fc36e3
[crowdnode.js/.git] / send-tx.sh
1 #!/bin/bash
2 set -e
3 set -u
4
5 my_rawtx="$(cat ./rawtx.hex)"
6 curl -X POST https://insight.dash.org/insight-api-dash/tx/sendix \
7     --data-urlencode "rawtx=${my_rawtx}"