oceanprotocol / ocean.py

🦑 Ocean Protocol's Python library to privately & securely publish, exchange, and consume data.
https://oceanprotocol.com
Apache License 2.0
169 stars 79 forks source link

Remove goerli (if needed), as the network is being sunset #1533

Open alexcos20 opened 5 months ago

gordonkoehn commented 3 weeks ago

Do you know if ocean.py is still supported? I am trying to start as a predictor, and I cannot get "Polygon Amoy" to run as "Polygon Munbai RPCs" go offline.

In particular https://github.com/oceanprotocol/ocean.py/blob/main/READMEs/setup-remote.md is becoming hard to work by.

Where shall I start as a new predictor coming from data science? pdr-backend repo?

Kind Regards,

Gordon

trentmc commented 3 weeks ago

To get started running a predictoor, use: https://github.com/oceanprotocol/pdr-backend/blob/main/READMEs/predictoor.md

It doesn't use ocean.py at all. You can ignore ocean.py.

gordonkoehn commented 3 weeks ago

Great, thank you. I have been diving into pdr-backend since yesterday. Easy to set up.

The large number of GitHub stars on the ocean.py_ repo and some older YouTube videos misled me to start here in the ocean.py.

I'm glad to be on the right track now for predicting!

Thank you for the confirmation!