Withdrawal script (#4)

* Withdrawal script. Added a script that lets you withdraw through Kraken API if the charged fees are under a certain level

* refactored code and added validation functionality

* Enhanced README to reflect the option to also withdraw in an automated manner

* fixed typo
This commit is contained in:
Tobias Koller
2020-11-09 21:15:52 +01:00
committed by GitHub
parent c387bb3ea3
commit a9694ac1dd
4 changed files with 119 additions and 0 deletions

View File

@@ -8,6 +8,8 @@
"main": "index.js",
"scripts": {
"stack-sats": "node index.js",
"withdraw-sats": "node withdraw.js",
"test-withdraw-sats": "node withdraw.js --validate",
"test": "node index.js --validate"
},
"dependencies": {