{"id":15152911,"url":"https://github.com/zeroknowledgeclub/ipfsify","last_synced_at":"2026-02-17T10:33:58.895Z","repository":{"id":253448057,"uuid":"843527490","full_name":"ZeroKnowledgeClub/IPFSify","owner":"ZeroKnowledgeClub","description":"A decentralised audio streaming platform","archived":false,"fork":false,"pushed_at":"2024-08-18T12:54:33.000Z","size":1362,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-14T11:59:56.261Z","etag":null,"topics":["ipfs","react","smart-contracts","solidity","tailwindcss"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ZeroKnowledgeClub.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-16T18:00:06.000Z","updated_at":"2024-08-18T12:54:36.000Z","dependencies_parsed_at":"2024-10-10T05:29:17.368Z","dependency_job_id":"2cf1292e-985f-4098-9c8c-f775c1f66449","html_url":"https://github.com/ZeroKnowledgeClub/IPFSify","commit_stats":{"total_commits":21,"total_committers":4,"mean_commits":5.25,"dds":0.5714285714285714,"last_synced_commit":"962aba1af462ca80fe7ec754da1b7df7a7812937"},"previous_names":["zeroknowledgeclub/ipfsify"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZeroKnowledgeClub%2FIPFSify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZeroKnowledgeClub%2FIPFSify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZeroKnowledgeClub%2FIPFSify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZeroKnowledgeClub%2FIPFSify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZeroKnowledgeClub","download_url":"https://codeload.github.com/ZeroKnowledgeClub/IPFSify/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234718150,"owners_count":18876322,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ipfs","react","smart-contracts","solidity","tailwindcss"],"created_at":"2024-09-26T16:41:36.599Z","updated_at":"2025-10-01T15:31:01.882Z","avatar_url":"https://github.com/ZeroKnowledgeClub.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n\u003ch2 align=\"center\"\u003eIPFSify\u003c/h2\u003e\n  \n \u003ch4 align=\"center\"\u003e Stream Your Tunes, Own the Experience: Decentralized Music Streaming Powered by IPFS \u0026 Web3.\u003c/h4\u003e \u003cbr\u003e\n\u003cp align=\"center\"\u003e\n\u003cb\u003eIPFSify\u003c/b\u003e is a cutting-edge decentralized audio streaming platform that leverages the power of IPFS (InterPlanetary File System) and Web3 technology. The backend is built with\u003cb\u003e Express.js\u003c/b\u003e , while the frontend is crafted with React.js. Users can stream, upload, and like songs on the IPFS network, ensuring a seamless and decentralized music experience.\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/ZeroKnowledgeClub/IPFSify\"\u003e\u003cstrong\u003eExplore the docs »\u003c/strong\u003e\u003c/a\u003e\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/ZeroKnowledgeClub/IPFSify\"\u003eView Demo\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/ZeroKnowledgeClub/IPFSify/issues/new?labels=bug\u0026template=bug-report---.md\"\u003eReport Bug\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/ZeroKnowledgeClub/IPFSify/issues/new?labels=enhancement\u0026template=feature-request---.md\"\u003eRequest Feature\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n\n\n## Features\n\n- **Stream Songs:** Enjoy seamless audio streaming directly from the IPFS network.\n- **Upload Songs:** Share your favorite tracks by uploading them to the decentralized network.\n- **Like Songs:** Show your appreciation for songs by liking them.\n\n## Future Enhancements\n\nOur vision for IPFSify includes the following future developments:\n\n- **Song Ownership:** Introduce a feature to specify the owner/uploader of each song.\n- **Reward System:** Implement a reward mechanism using blockchain tokens for song owners.\n- **Search Functionality:** Add a search option to make finding songs easier.\n\n## Getting Started\n\nFollow the instructions below to set up the IPFSify platform locally.\n\n### Client Setup\n\n1. Open your terminal and navigate to the project root directory.\n2. Run the following commands:\n   ```bash\n   cd client\n   npm install\n   npm run dev\n   ```\n\n### Backend Setup\n\n1. From the project root directory, open your terminal.\n2. Run the following commands:\n   ```bash\n   cd backend\n   npm install\n   node index.js\n   ```\n\n### IPFS Server Setup\n\n1. Install IPFS from the official site: [Install IPFS](https://dist.ipfs.tech/#kubo).\n2. After installation, navigate to the directory where IPFS is installed.\n3. Run the following commands to initialize and start the IPFS server locally:\n   ```bash\n   ./kubo/ipfs init\n   ./kubo/ipfs daemon\n   ```\n\nNow, open your browser and navigate to `http://localhost:5173/` to start using IPFSify.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeroknowledgeclub%2Fipfsify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeroknowledgeclub%2Fipfsify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeroknowledgeclub%2Fipfsify/lists"}