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.
- Host: GitHub
- URL: https://github.com/ericglau/ipfs-deploy
- Owner: ericglau
- License: apache-2.0
- Created: 2020-07-10T19:59:35.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-15T17:45:21.000Z (over 1 year ago)
- Last Synced: 2025-03-02T07:12:07.885Z (2 months ago)
- Topics: ipfs, java, maven
- Language: Java
- Homepage: https://hack.ethglobal.co/showcase/ipfs-deploy-for-java-recy6OKUfckknpvas
- Size: 112 KB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.