Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

IPFS Client #37

Open
4 tasks
stojanov-igor opened this issue Jun 16, 2022 · 1 comment
Open
4 tasks

IPFS Client #37

stojanov-igor opened this issue Jun 16, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@stojanov-igor
Copy link
Member

stojanov-igor commented Jun 16, 2022

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:

Budget: $80

@stojanov-igor stojanov-igor added the enhancement New feature or request label Jun 16, 2022
@stojanov-igor
Copy link
Member Author

stojanov-igor commented Jun 21, 2022

We also have a IPFS cluster installed at the same HOST: http://109.235.70.27:9094/id on port 9094.

IPFS cluster is a process that is attached to IPFS Node daemon and can manage it.

It is also exposed through REST API: https://ipfscluster.io/documentation/reference/api/

IT has its on JS-API)client: https://github.com/ipfs-cluster/js-cluster-client

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant