File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -49,19 +49,18 @@ WARNING: Additional context: user = True home = None root = None prefix
49
49
50
50
### Development
51
51
1 . Generate proto binding & build
52
-
53
52
```
54
53
make gen
55
54
python -m build
56
55
```
57
56
58
- 1 . Enable dev env
57
+ 2 . Enable dev env
59
58
```
60
59
pipenv shell
61
60
pipenv install --dev
62
61
```
63
62
64
- 1 . Install pkg
63
+ 3 . Install pkg
65
64
```
66
65
# from local build
67
66
pip uninstall injective-py
@@ -72,16 +71,11 @@ pip uninstall injective-py
72
71
pip install injective-py
73
72
```
74
73
75
- 1 . Fetch latest denom config
74
+ 4 . Fetch latest denom config
76
75
```
77
76
python pyinjective/fetch_metadata.py
78
77
```
79
78
80
- 1 . Run an example
81
- ```
82
- python examples/chain_client_examples/1_CosmosBankMsgSend.py
83
- ```
84
-
85
79
## License
86
80
87
81
Apache Software License 2.0
Original file line number Diff line number Diff line change 17
17
EMAIL = "max@injectiveprotocol.com"
18
18
AUTHOR = "Injective Labs"
19
19
REQUIRES_PYTHON = ">=3.7.0"
20
- VERSION = "0.4.4 "
20
+ VERSION = "0.4.2 "
21
21
22
22
REQUIRED = [
23
23
"grpcio" ,
You can’t perform that action at this time.
0 commit comments