In case you want to dump all your coins to TETHER (Crash under way).
Now don't be fucking stupid.
- The API and front end are unprotected.
- Don't deploy this shit or put it anywhere unsafe.
- With your API Key and secret someone can do anything to your Binance account, without authenticating or 2FA.
Create a .env
file with your Binance API keys
APIKEY=YOURKEY
APISECRET=YOURSECRET
DON'T EVER COMMIT IT!
npm install
Run the front end in one shell
npm start
API in Another shell
node src/server/server.js