https://github.com/shivamycodee/storage-practical
A pratical on document handling on blockchain using decentralized storage.
https://github.com/shivamycodee/storage-practical
Last synced: 3 months ago
JSON representation
A pratical on document handling on blockchain using decentralized storage.
- Host: GitHub
- URL: https://github.com/shivamycodee/storage-practical
- Owner: Shivamycodee
- Created: 2024-08-09T16:53:31.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-10T05:27:04.000Z (11 months ago)
- Last Synced: 2025-02-13T06:51:32.331Z (4 months ago)
- Language: JavaScript
- Size: 6.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Application of IPFS (FILECOIN)
- [Overview of filecoin](https://www.youtube.com/watch?v=26ZdMAo23mM)
- [How It works?](ipns://filecoin.io/)# Install IPFS Desktop
Open the link : [IPFS-DESKTOP](https://github.com/ipfs/ipfs-desktop/releases)
- Windows: IPFS-Desktop-Setup-0.37.0.exe
- MAC: ipfs-desktop-0.37.0-mac.dmg# Upload files/Folders on IPFS
- Create account on [starton](https://app.starton.com/)
- Upload file directly using UI.
- Add API key in code.
- complete code. [starton docs](https://docs.starton.com/docs/ipfs/uploading-on-ipfs)
- upload files and folder.# libp2p
- [website](https://libp2p.io/)
- [matrix](https://matrix.org/)# Practice
- [lighthouse](https://www.lighthouse.storage/)