Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README with project overview #230

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Johnson1s
Copy link

@Johnson1s Johnson1s commented Jan 5, 2025

Add an overview section to the README.md file.

  • Overview Section
    • Add a section titled "Overview".
    • Mention that the repository is a Python project.
    • Include a brief description of the purpose of the project, which is to provide tools for working with Bitcoin in Python.
    • Provide a link for more information on rate limits and tokens: http://www.blockcypher.com/dev/bitcoin#rate-limits-and-tokens.

For more details, open the Copilot Workspace session.

Add an overview section to the `README.md` file.

* **Overview Section**
  - Add a section titled "Overview".
  - Mention that the repository is a Python project.
  - Include a brief description of the purpose of the project, which is to provide tools for working with Bitcoin in Python.
  - Provide a link for more information on rate limits and tokens: http://www.blockcypher.com/dev/bitcoin#rate-limits-and-tokens.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/vbuterin/pybitcointools?shareId=XXXX-XXXX-XXXX-XXXX).
Add `blockcypher.py` module to handle rate limits and tokens for BlockCypher's Bitcoin API.

* **`blockcypher.py`**:
  - Implement `set_api_token` function to set the API token.
  - Implement `get_api_token` function to retrieve the current API token.
  - Implement `get_rate_limit_status` function to check the current rate limit status.

* **`README.md`**:
  - Add "Rate Limits and Tokens" section with usage instructions for `blockcypher.py`.
  - Include examples of how to use the functions in `blockcypher.py`.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Johnson1s/pybitcointools?shareId=XXXX-XXXX-XXXX-XXXX).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant