Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Latest commit

 

History

History

marketplace

Origin Protocol

A UI leveraging @origin/graphql. View and manage listings and offers.

Test builds available here.

Usage

Refer to DEVELOPMENT.md

Tests

Tests are run in a headless Chrome instance via puppeteer

npm test

To observe the tests running in the browser:

npm run test:browser

For more information please see the README in the test sub-directory.

Troubleshoot

  • To be able to access location features in developer environment Chrome requires the page to run using https protocol. To circumvent that add an exception in Chrome flags. In url bar type: chrome://flags/#unsafely-treat-insecure-origin-as-secure and put the dapp exception in: http://localhost:3000, http://{YOUR_IP}:3000