IPFS-Cluster
We are running an IPFS-Cluster with the following endpoints publicly available:
-
IPFS-Gateway
-
IPFS-Cluster
https://api.ipfs.lukso.network/api/v0/addhttps://api.ipfs.lukso.network/api/v0/blockhttps://api.ipfs.lukso.network/api/v0/gethttps://api.ipfs.lukso.network/api/v0/dag/puthttps://api.ipfs.lukso.network/api/v0/object/datahttps://api.ipfs.lukso.network/api/v0/object/get
Upload manually to LUKSO IPFS
You can use the website bellow to manually upload files to LUKSO IPFS:
- https://anarkrypto.github.io/upload-files-to-ipfs-from-browser-panel/public/
- Node address:
api.ipfs.lukso.network - API Port:
443 - Gateway Port:
443
Then click on "Node online" to connect to the node
Usage
The IPFS API endpoints mentioned above are public and do not require an API key.
Keep in mind the available endpoints are limited to the ones mentioned above. Should you require an additional endpoint, feel free to open an issue here on github, and we can look into it.
import ipfsClient from "ipfs-http-client";
const ipfs = ipfsClient({
protocol: "https",
host: "api.ipfs.lukso.network",
port: 443,
});If you require more in-depth examples, head over to the IPFS docs.
Environments
By default, there is one environment available:
- Production aka
prod
They both are located on the same cluster, each within their own namespace (prod).
Setup
If you would like to setup a cluster from scratch, checkout out the setup instructions.