blockstudio

所属分类:IPFS
开发工具:JavaScript
文件大小:0KB
下载次数:0
上传日期:2022-02-13 04:07:07
上 传 者sh-1993
说明:  去中心化音乐流,
(Decentralised Music Streaming ,)

文件列表:
.deepsource.toml (103, 2022-02-12)
App/ (0, 2022-02-12)
App/contracts/ (0, 2022-02-12)
App/contracts/Migrations.sol (419, 2022-02-12)
App/contracts/blockstudio.sol (5984, 2022-02-12)
App/migrations/ (0, 2022-02-12)
App/migrations/1_initial_migration.js (126, 2022-02-12)
App/migrations/2_deploy_contract.js (142, 2022-02-12)
App/package-lock.json (3110386, 2022-02-12)
App/package.json (1420, 2022-02-12)
App/public/ (0, 2022-02-12)
App/public/favicon.ico (15406, 2022-02-12)
App/public/index.html (630, 2022-02-12)
App/public/logo192.png (37160, 2022-02-12)
App/public/logo512.png (9664, 2022-02-12)
App/public/manifest.json (492, 2022-02-12)
App/public/robots.txt (67, 2022-02-12)
App/src/ (0, 2022-02-12)
App/src/App.js (179, 2022-02-12)
App/src/App.test.js (246, 2022-02-12)
App/src/Assets/ (0, 2022-02-12)
App/src/Assets/Pixeboy.ttf (33328, 2022-02-12)
App/src/Assets/logo.png (215817, 2022-02-12)
App/src/Assets/sample.mp3 (8922285, 2022-02-12)
App/src/Build/ (0, 2022-02-12)
App/src/Build/Migrations.json (90639, 2022-02-12)
App/src/Build/blockstudio.json (1094195, 2022-02-12)
App/src/Components/ (0, 2022-02-12)
App/src/Components/AddSongCard.js (4980, 2022-02-12)
App/src/Components/Artist.js (4461, 2022-02-12)
App/src/Components/Audience.js (7754, 2022-02-12)
App/src/Components/Colors.js (228, 2022-02-12)
App/src/Components/Login.js (4786, 2022-02-12)
App/src/Components/SongCard.js (3935, 2022-02-12)
App/src/index.js (239, 2022-02-12)
App/truffle-config.js (4950, 2022-02-12)
Documents/ (0, 2022-02-12)
Documents/Literature_Review.pdf (138672, 2022-02-12)
Documents/Presentation.pdf (5188365, 2022-02-12)
... ...

logo

# About A blockchain-based decentralized music streaming platform to connect music enthusiasts directly to independent music artists. The artists can use this platform to share their music with greater freedom while ensuring ownership and avoiding duplication of their music. People can listen to their favourite songs and support the artists by making micropayments through our custom crypto tokens. The platform can be hosted as a DApp on the Ethereum blockchain. # Preview

preview

# Folder Structure ``` ├── App │ ├── contracts │ │ ├── Migrations.sol │ │ └── blockstudio.sol │ ├── migrations │ │ ├── 1_initial_migration.js │ │ └── 2_deploy_contract.js │ ├── package-lock.json │ ├── package.json │ ├── public │ │ ├── favicon.ico │ │ ├── index.html │ │ ├── logo192.png │ │ ├── logo512.png │ │ ├── manifest.json │ │ └── robots.txt │ ├── src │ │ ├── App.js │ │ ├── App.test.js │ │ ├── Assets │ │ │ ├── Pixeboy.ttf │ │ │ ├── logo.png │ │ │ └── sample.mp3 │ │ ├── Build │ │ │ ├── Migrations.json │ │ │ └── blockstudio.json │ │ ├── Components │ │ │ ├── AddSongCard.js │ │ │ ├── Artist.js │ │ │ ├── Audience.js │ │ │ ├── Colors.js │ │ │ ├── Login.js │ │ │ └── SongCard.js │ │ └── index.js │ └── truffle-config.js ├── Documents │ ├── Literature_Review.pdf │ ├── Presentation.pdf │ └── Progress_Report.pdf └── README.md ``` # Architecture

logo

# Setup - Install and setup Ganache, Truffle and Metamask - Clone the repository ``` git clone https://github.com/anuneetanand/blockstudio.git ``` - Setup a workspace of blockstudio on Ganache - Connect Metamask to the Ganache workspace - Migrate the Contracts ``` truffle migrate ``` - Start the React App ``` npm start ``` - Add account to Metamask to Sign In # Team ``` Anuneet Anand | Adwit Singh Kochar | Pankil Kalra ```

近期下载者

相关文件


收藏者