Skip to content

LIKE-Token/reputation-system-prototype

Repository files navigation

License: MIT Build Status

reputation-system-prototype

Early model of a secure blockchain-based Reputation System

First steps

  1. Install NodeJS

  2. Install Truffle:

    npm install -g truffle
  3. Install Metamask

  4. Install Ganache

  5. Install Lite Server:

    npm install -g lite-server
  6. Run Ganache on port HTTP://127.0.0.1:8545

  7. Log in Metamask and use ethereum mnemonic phrase provided by Ganache

  8. Install the dependencies decribed by package.json in the local node_modules folder via npm:

    npm install
  9. Compile and migrate the smart contracts:

    truffle compile
    truffle migrate
  10. Run the Lite Server development server (outside the development console) for front-end hot reloading:

    // Serves the front-end on http://localhost:3000
    npm run dev

Releases

No releases published

Packages

No packages published