bratergit / bratergit/bitcoinrobot

Create an .env file

Open
#2 1 comment 0 reactions 0 assignees View on GitHub
enhancement good first issue hacktoberfest help wanted
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.