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
$ poetry install
# connecting to Injective Exchange API# and listening for new orders from a specific spot market
$ poetry run python examples/exchange_client/spot_exchange_rpc/8_StreamOrders.py
# sending a msg with bank transfer# signs and posts a transaction to the Injective Chain
$ poetry run python examples/chain_client/1_MsgSend.py
The issue being examples/exchange_client/spot_exchange_rpc/8_StreamOrders.py and examples/chain_client/1_MsgSend.py no longer exist.
Expected:
The files shown in the examples are valid files and running them will work.
Actual:
The files shown in the examples are no longer present.
Found in master as of commit 5541211a48ff2e1dc58aedfc525d180928bb2b07
The text was updated successfully, but these errors were encountered:
The example currently shown in the README.md:
The issue being
examples/exchange_client/spot_exchange_rpc/8_StreamOrders.py
andexamples/chain_client/1_MsgSend.py
no longer exist.Expected:
The files shown in the examples are valid files and running them will work.
Actual:
The files shown in the examples are no longer present.
Found in
master
as of commit5541211a48ff2e1dc58aedfc525d180928bb2b07
The text was updated successfully, but these errors were encountered: