Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 2.17 KB

README.md

File metadata and controls

36 lines (26 loc) · 2.17 KB

PlayMarket 2.0 Developer module

PlayMarket 2.0

DAO PlayMarket 2.0 is a decentralized Android App Store that accepts payments in cryptocurrency and is combined with an ICO platform for developers.

Personal freedom is impossible without economic security and independence. Therefore, we created an open, censorship-resistant marketplace using blockchain and smart contracts.

Installation

Main dependencies

  1. go-ipfs
  2. NodeJS (version >= 7.6.x) and npm (includes in NodeJS)

Install GO-IPFS

To install go-ipfs on your platform, you can use the official documentation

Clone project

  1. Install git
  2. Open terminal on your computer (Windows: "win+R" type "cmd" and hit return, MacOS: Press CMD + Space to open spotlight search, type "terminal" and hit return)
  3. In terminal type "cd <PATH>" (were "<PATH>" - path to source code folder) and press return
  4. On main page click "Clone or download" and copy https link in buffer
  5. Type "git clone <LINK>" (were "<LINK>" - copied link from step 4 and press return

Project dependencies

  1. Open terminal on your computer (Windows: "win+R" type "cmd" and hit return, MacOS: Press CMD + Space to open spotlight search, type "terminal" and hit return)
  2. In terminal type "cd <PATH>" (were "<PATH>" - path to source code folder) and press return
  3. In terminal type "npm i" and hit return, wait for the full download

Running

  1. Open terminal on your computer (Windows: "win+R" type "cmd" and hit return, MacOS: Press CMD + Space to open spotlight search, type "terminal" and hit return)
  2. In terminal type "cd <PATH>" (were "<PATH>" - path to source code folder) and press return
  3. Edit the file (.env) with environment variables if necessary
  4. In terminal type "npm start" and hit return
  5. Open in browser http://127.0.0.1:3000 (HOST and PORT are specified in file with environment variables from step 4)