feat: a pretty decent, tested, working SDK + CLI
[crowdnode.js/.git] / send-tx.sh
diff --git a/send-tx.sh b/send-tx.sh
deleted file mode 100644 (file)
index 6ececdf..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-set -e
-set -u
-
-my_rawtx="$(cat ./rawtx.hex)"
-curl -X POST https://insight.dash.org/insight-api-dash/tx/sendix \
-    --data-urlencode "rawtx=${my_rawtx}"