helloriku / mediaStore

Generation Blockchain Hackathon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mediaStore

What is it?

A Blockchain implementation of a Media Store. Implemented with Ethereum Smart-Contract. More here

Run on your machine:

  $ git clone https://github.com/srirambandi/mediaStore/
  $ cd mediaStore
  $ npm install
  $ npm install ethereumjs-testrpc
  $ node_modules/.bin/testrpc
  $ truffle migrate
  $ npm run dev

check the deployed Contract

  $ find . -name '.DS_Store' -type f -delete (optional)
  $ truffle console

  Store.deployed().then(function(contractInstance){contractInstance.allCreators.call().then(function(v){console.log(v)})})

About

Generation Blockchain Hackathon

License:MIT License


Languages

Language:JavaScript 56.6%Language:HTML 39.0%Language:CSS 2.4%Language:PHP 2.0%