Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.06 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.06 KB

Web client

Dependencies

  • Install Node & Yarn

Development

Web client

  • Start in developer mode: yarn start_dev
  • Browse to http://127.0.0.1:8080 and copy the displayed discovery code.
  • On the main node, add the web node with exo cell node add, paste the discovery code. Restart your main node.

Note

When using the web client, connections can only be via localhost or https since WebCrypto used in libp2p's secio implementation only works over secure code. See Exocore web client known issues.

Electron client

  • Build an Electron client: yarn electron, watch output for path to created binary (depends on the platform).
  • Launch the created binary.
  • Note the discovery code shown in the Electron app.
  • On the main node, add the web node with exo cell node add, paste the discovery code. Restart your main node.