crypto
Here are 814 public repositories matching this topic...
-
Updated
Apr 8, 2022 - Python
-
Updated
Mar 20, 2022 - Python
-
Updated
Apr 8, 2022 - Python
Add Docstrings
A useful feature where the user specifies the quantity to take in an orderbook and callback returns the average price paid for that lot size. For example if the offers in the order book for BTC-USD was the following:
Price | size
11,000 | 1
10,500 | 1
10,000 | 1
If the user specified quantity 3, the callback would return 10,500.
-
Updated
Jun 19, 2021 - Python
Invalid method
There appears to be a broken method in hash extend that is not valid due to it missing a def ():
In addition to this, there appears to be no body for the method.
-
Updated
Apr 4, 2022 - Python
-
Updated
Apr 6, 2022 - Python
-
Updated
Mar 23, 2022 - Python
-
Updated
Apr 8, 2022 - Python
-
Updated
Aug 20, 2016 - Python
-
Updated
Mar 20, 2022 - Python
It is unclear how to use something like get_token_balance() with respect to the Uniswap v2 factory contract. I am trying to view the amount of a token in the Uniswap v2 liquidity pool, and it seems all I can check is the ERC20 token balance globally.
Edit: I see now I can use get_ex_token_balance(), but I am receiving the Uniswap v1 pool amounts. When I switch to version 2 the Factory methods
-
Updated
Mar 18, 2018 - Python
-
Updated
Feb 24, 2022 - Python
-
Updated
Jan 29, 2020 - Python
-
Updated
Apr 7, 2022 - Python
-
Updated
Mar 30, 2022 - Python
-
Updated
Jun 1, 2021 - Python
-
Updated
Apr 1, 2022 - Python
-
Updated
Aug 27, 2020 - Python
-
Updated
Apr 7, 2022 - Python
-
Updated
Oct 11, 2021 - Python
Improve this page
Add a description, image, and links to the crypto topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the crypto topic, visit your repo's landing page and select "manage topics."

Is there an existing issue for this?
Is your feature request related to a problem? Please describe.
Having docstrings for all methods and classes will help new contributors understand the codebase and also provide a method of autogenerated API docs. Right now only some methods and classes have docstrings.
Describe the solution you'd