bratergit / bratergit/bitcoinrobot
Create an .env file
- Dominant language
- HTML
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
In this task you need to create a .env file to put your data from the binance api
1. Go to the web site api binance testnet (use just the testnet website)
2. Make an account or use the one that you already have
3. create .env file with this structure:
API_URL = " "
STREAM_URL = " "
API_KEY = " "
SECRET_KEY = " "
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the Binance testnet website named in the issue and review the repository's expected environment-variable loading location. Create the .env file with API_URL, STREAM_URL, API_KEY, and SECRET_KEY populated for testnet. Done means the application can read these values without exposing credentials.
Written by the indexing model from the issue text.
Assessment
- Domain
- api
- Issue type
- Feature
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100