If you found this repo useful, consider clicking the sponsor button near the top :) Sponsoring via GitHub is as little as $1/month and if you do not use banks or credit cards, there are crypto links included :)
If you found rhis repo useful, consider clicking the sponsor button near the top :)
Consider using my Aff link:
https://www.bitmex.com/register/VRBFuQ
- Get Heroku (free for one app)
- Get MongoDB Atlas (free tier)
- Set the following vars in settings -> reveal config vars on Heroku:
- Fork this Github repo, connect Heroku to Git and build.
- Every time you change the code (or on initial setup), press more -> restart all dynos to restart the app.
a. startBtc - how many Sats you start with
b. apikey - your key
c. apisecret - your secret
d. mongodb - your MongoDB connect URL. Remember to set your username/pass and an IP config of 0.0.0.0 - it'll look like this: mongodb+srv://jare:[email protected]/test?retryWrites=true
e. thedatabase - a unique string for your database on MongoDB. It'll create if not exists. If the App does wonky things, reset this var and restart.