Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 524 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 524 Bytes

SoundChain

A decentraized way to buy and share music 🎵 Made on the Ethereum network.

Install

  1. Install MetaMask extension on your browser.

  2. Install truffle

npm install -g truffle
  1. Inside the main directory
$ truffle develop
truffle(develop)> migrate --reset
  1. Configure MetaMask

  2. Inside the client directory

$ npm i
$ npm run start