We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b26ce93 commit 3ef3857Copy full SHA for 3ef3857
README.md
@@ -2,6 +2,11 @@
2
3
WIP
4
5
+### Quick Start
6
+
7
+pip install injective-py
8
9
10
### Usage
11
12
Requires Python 3.9+
@@ -31,6 +36,11 @@ $ make copy-proto
31
36
$ make gen
32
37
```
33
38
39
40
+```python
41
+import injective.chain_client
42
+import injective.exchange_api
43
+```
34
44
## License
35
45
-Apache 2.0
46
+Apache Software license 2.0
setup.py
@@ -17,7 +17,7 @@
17
EMAIL = "[email protected]"
18
AUTHOR = "Injective Labs"
19
REQUIRES_PYTHON = ">=3.9.0"
20
-VERSION = "0.2.2"
+VERSION = "0.2.4"
21
22
REQUIRED = [
23
"grpcio",
0 commit comments