https://github.com/iamashwin99/midify
MiDify is a project that tries to create a decentralized music streaming service using Filecoin as the backend and would be a unique and innovative way to stream music online. The specific genre of music the service targets is MIDI files which is a standard for creating and playing programmatic music
https://github.com/iamashwin99/midify
filecoin lighthouse streamlit
Last synced: about 2 months ago
JSON representation
MiDify is a project that tries to create a decentralized music streaming service using Filecoin as the backend and would be a unique and innovative way to stream music online. The specific genre of music the service targets is MIDI files which is a standard for creating and playing programmatic music
- Host: GitHub
- URL: https://github.com/iamashwin99/midify
- Owner: iamashwin99
- Created: 2023-01-31T13:20:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-06T15:55:06.000Z (over 3 years ago)
- Last Synced: 2025-04-02T22:13:54.162Z (about 1 year ago)
- Topics: filecoin, lighthouse, streamlit
- Language: JavaScript
- Homepage: https://midify.onrender.com/
- Size: 902 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample Hardhat Project
This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.
Try running some of the following tasks:
```shell
npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js
```