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

Starts crypto tools menu #1668

Merged
merged 7 commits into from
Apr 14, 2022
Merged

Starts crypto tools menu #1668

merged 7 commits into from
Apr 14, 2022

Conversation

jose-donato
Copy link
Contributor

Description

This PR:

  • Creates crypto tools menu
  • Adds two tools to menu:
  • aprtoapy 100 -c 12: converts an APR of 100 compounded monthly (12) to APY

image

  • il -pcA 0 -pcB 100 -p 50 -v 1000: shows possible impermanent loss in a certain liquidity pool (e.g., stablecoin with token that increases 100% incurs in a impermanent loss of 5.72%)

image

How has this been tested?

Locally and includes tests

Checklist:

Others

  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • My code passes all the checks pylint, flake8, black, ... To speed up development you should run pre-commit install.
  • New and existing unit tests pass locally with my changes. You can test this locally using pytest tests/....

@jose-donato jose-donato added the feat M Medium T-Shirt size feature label Apr 10, 2022
Copy link
Contributor

@minhhoang1023 minhhoang1023 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@minhhoang1023 minhhoang1023 merged commit a12e094 into main Apr 14, 2022
@minhhoang1023 minhhoang1023 deleted the crypto_tools branch April 14, 2022 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat M Medium T-Shirt size feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants