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
4949
5050### Development
51511 . Generate proto binding & build
52-
5352```
5453make gen
5554python -m build
5655```
5756
58- 1 . Enable dev env
57+ 2 . Enable dev env
5958```
6059pipenv shell
6160pipenv install --dev
6261```
6362
64- 1 . Install pkg
63+ 3 . Install pkg
6564```
6665# from local build
6766pip uninstall injective-py
@@ -72,16 +71,11 @@ pip uninstall injective-py
7271pip install injective-py
7372```
7473
75- 1 . Fetch latest denom config
74+ 4 . Fetch latest denom config
7675```
7776python pyinjective/fetch_metadata.py
7877```
7978
80- 1 . Run an example
81- ```
82- python examples/chain_client_examples/1_CosmosBankMsgSend.py
83- ```
84-
8579## License
8680
8781Apache Software License 2.0
Original file line number Diff line number Diff line change 17171818AUTHOR = "Injective Labs"
1919REQUIRES_PYTHON = ">=3.7.0"
20- VERSION = "0.4.4 "
20+ VERSION = "0.4.2 "
2121
2222REQUIRED = [
2323 "grpcio" ,
You can’t perform that action at this time.
0 commit comments