Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/reyesgeorge/ipfs_api

Access IPFS through a Gin API with a frontend in VueJS. Store strings in your network and retrieve them using their CID.
https://github.com/reyesgeorge/ipfs_api

gin-gonic golang ipfs ipfs-api vue

Last synced: 6 days ago
JSON representation

Access IPFS through a Gin API with a frontend in VueJS. Store strings in your network and retrieve them using their CID.

Awesome Lists containing this project

README

        

# IPFS Api

> This is assuming you have downloaded IPFS you are comfortable turning on your daemon as well as know how to start a VueJS live server etc...

## Setup
1. git clone the project
2. run go mod tidy inside the respective modules

## Getting Started
3. go to the apiInteraction folder and run: go run main.go
4. open up a new terminal and open up an IPFS daemon
5. open up the vueAPI file and: cd vuetau
6. run: npm run serve

## The API
7. go to the IPFS tab
8. Type in a string
9. copy the hash that appears
10. paste the hash in the input field below
11. Done! recieve your text