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

Latest commit

 

History

History

admin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Origin Protocol

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

Demo at https://admin.staging.originprotocol.com/#/marketplace.

Usage

# Run from the monorepo root
yarn
cd dapps/admin
yarn start

Watch the video tutorial to see how to use this UI.

Troubleshooting

Testing moderation localy

Go to packages/graphql/src/configs/localhost.js and uncomment the discovery server.

Resetting local data

From the top level of your local repo:

cd packages/services
yarn run clean

The UI is stuck on "loading..."

Clear your browser's local storage for @origin/admin. This seems to correlate with resetting your blockchain or re-populating your contracts.