You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-10
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
1
# defipy
2
-
DeFi Analytics with Python
3
-
* Currently in Beta (version 0.0.11)
2
+
DeFi Analytics with Python (version 0.0.11)
4
3
* Decoupled into [UniswapPy](https://github.com/icmoore/uniswappy),
5
4
[BalancerPy](https://github.com/icmoore/balancerpy), and [StableSwapPy](https://github.com/icmoore/stableswappy) python packages
6
5
@@ -20,7 +19,6 @@ Uniswap Example
20
19
21
20
To setup a liquidity pool, you must first create the tokens in the pair using the `ERC20` object. Next, create a liquidity pool (LP) factory using `IFactory` object. Once this is setup, an unlimited amount of LPs can be created; the procedures for such are as follows:
22
21
23
-
.. code-block:: console
24
22
25
23
from defipy import *
26
24
@@ -37,7 +35,6 @@ To setup a liquidity pool, you must first create the tokens in the pair using th
0 commit comments