Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/reyesgeorge/ipfs_api
- Owner: reyesGeorge
- License: mit
- Created: 2021-08-12T03:47:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-09T16:46:30.000Z (almost 3 years ago)
- Last Synced: 2024-12-03T15:11:33.429Z (23 days ago)
- Topics: gin-gonic, golang, ipfs, ipfs-api, vue
- Language: Vue
- Homepage:
- Size: 182 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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