An open API service indexing awesome lists of open source software.

https://github.com/ericglau/ipfs-deploy

Java tools for deploying to and reading from decentralized Maven repositories on IPFS/Filecoin.
https://github.com/ericglau/ipfs-deploy

ipfs java maven

Last synced: about 2 months ago
JSON representation

Java tools for deploying to and reading from decentralized Maven repositories on IPFS/Filecoin.

Awesome Lists containing this project

README

        

# IPFS Deploy for Java
Java tools for deploying to and reading from decentralized Maven repositories on [IPFS](https://ipfs.io/)/[Filecoin](https://filecoin.io/).

## Pre-requisites
- [Java](https://adoptopenjdk.net/)
- [Maven](https://maven.apache.org/)

## Components

### [ipfs-deploy-maven-plugin](ipfs-deploy-maven-plugin)
Maven plugin for deploying a Java project to Textile or Fleek buckets. Supports archiving to Filecoin for long-term storage.

### [wagon-ipfs](wagon-ipfs)
Maven Wagon extension to allow reading from a repository using `ipfs://` url format.

### [demo](demo)
End to end demo.