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

Files

Latest commit

7eb7ea0 · Jun 3, 2020

History

History

marketplace

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 19, 2019
Apr 17, 2020
Jun 18, 2019
Jun 3, 2020
Dec 4, 2019
Apr 17, 2020
Mar 19, 2019
Apr 8, 2019
Jan 11, 2020
Mar 19, 2019
Nov 22, 2019
Jan 8, 2020
Apr 9, 2020
Nov 6, 2019

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