Skip to content

lukso-network/backend-ipfs

Repository files navigation

IPFS-Cluster

We are running an IPFS-Cluster with the following endpoints publicly available:

Upload manually to LUKSO IPFS

You can use the website bellow to manually upload files to LUKSO IPFS:

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:

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.

Resources

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •