Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readme Usage Examples No Longer Point To Existing Files #345

Open
tateexon opened this issue Aug 10, 2024 · 0 comments
Open

Readme Usage Examples No Longer Point To Existing Files #345

tateexon opened this issue Aug 10, 2024 · 0 comments

Comments

@tateexon
Copy link

tateexon commented Aug 10, 2024

The example currently shown in the README.md:

$ 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant