We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have A Running IPFS node at Host: http://109.235.70.27 on port 5001
We can interact with this node through JS-HTTP-Client Library: https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-http-client
Integrate this Client library into the front end, and connect to the running IPFS node.
For example here how we can get its peers: curl -X POST http://109.235.70.27:5001/api/v0/swarm/peers
curl -X POST http://109.235.70.27:5001/api/v0/swarm/peers
The available JS-API methods are shown here: https://docs.ipfs.io/reference/http/api/#getting-started
Definition of Done:
The text was updated successfully, but these errors were encountered:
smitev
No branches or pull requests
We have A Running IPFS node at Host: http://109.235.70.27 on port 5001
We can interact with this node through JS-HTTP-Client Library: https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-http-client
Integrate this Client library into the front end, and connect to the running IPFS node.
For example here how we can get its peers:
curl -X POST http://109.235.70.27:5001/api/v0/swarm/peers
The available JS-API methods are shown here: https://docs.ipfs.io/reference/http/api/#getting-started
Definition of Done:
The text was updated successfully, but these errors were encountered: