Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 755 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 755 Bytes

Browsers extension

Chrome

  • Follow README of web client to build web dependencies.

  • Download protobufjs lib:

    wget -O chrome/protobuf.min.js https://raw.githubusercontent.com/protobufjs/protobuf.js/master/dist/protobuf.min.js

  • Generate protobuf protos:

    ./tools/generate_protos.js

  • Load the unpacked extension in Chrome

  • Configure the extension by triggering it and filling the following fields:

    • Endpoint is the URL to a store node exposing HTTP transport.

    • Auth token is a token that authenticate the extension's calls gainst the endpoint. Generate a token using Web client's configuration:

      exo cell generate-auth-token