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 7ed2810 commit 1e04818Copy full SHA for 1e04818
README.md
@@ -29,11 +29,11 @@ $ pipenv install
29
30
# connecting to Injective Exchange API
31
# and listening for new orders from one specific spot market
32
-$ python examples/exchange_api_example/examples/spot_exchange_rpc/8_StreamOrdersRequest.py
+$ python examples/exchange_api_examples/spot_exchange_rpc/8_StreamOrdersRequest.py
33
34
# sending a msg with bank transfer
35
# signs and posts a Tx to the Injective Chain
36
-$ python examples/exchange_api_examples/spot_exchange_rpc/8_StreamOrdersRequest.py
+$ python examples/chain_client_examples/1_CosmosBankMsgSend.py
37
```
38
Upgrade `pip` to the latest version, if you see these warnings:
39
0 commit comments