Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

StockBlock

Decentralized Stock Photo marketplace using the Ethereum Blockchain.
Made by: Sean Remedios & Taylor Simpson
for Local Hack Day 2017 at Queen's University

alt text

Installation

Install Node Version Manager

To install or update nvm, you can use cURL:

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.6/install.sh | bash

Install Node and Npm

To install or update node and npm, you can use nvm:

nvm install node

Install Depdencies

To install or update the relevant dependencies, you can use the npm script:

npm run depends

The npm script installs the following dependendcies:

  • Embark Framework
  • Ethereum testrpc
  • IPFS

Adding the MetaMask extension

To add the MetaMask extension to Google Chrome, go to the following link and add the extension:
https://metamask.io/

Usage

  1. Open a terminal window run the following command to start the ipfs daemon:
ipfs daemon
  1. Open another terminal window and run the following command to start the testrpc blockchain:
testrpc
  1. Open another terminal window and run the following command to start the embark framework, compile the contracts and complete all the necessary steps to get the program launched:
embark run
  1. Open a browser window (preferably Google Chrome) and add the testrpc mnemonic to MetaMask by clicking: Import Existing DEN
  2. Go to http://localhost:8000/ to view the webpage.

Devpost

Check the project out on Devpost: https://devpost.com/software/stock-block

More Information

For more information visit the following links:

About

Decentralized stock photo marketplace using the Ethereum Blockchain.

Topics

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages