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
What exactly do I need to change in the IPFS instance declaration (IPFS ipfs = new IPFS("/ip4/127.0.0.1/tcp/5001");) to add and get files from the Infura public gateway? I cannot use a local node that needs to constantly be running, since it will be a deployed application...I have tried many approaches but none have worked, and I cannot find ANY examples of this being done in Java. All help is appreciated.