An open API service indexing awesome lists of open source software.

https://github.com/johnrjj/conduit-ui

Conduit 0x Relayer Monitoring UI - [Under active development]
https://github.com/johnrjj/conduit-ui

0x conduit crypto ethereum relay relayer zeroex

Last synced: 11 months ago
JSON representation

Conduit 0x Relayer Monitoring UI - [Under active development]

Awesome Lists containing this project

README

          

# [![Conduit](https://storage.googleapis.com/material-icons/external-assets/v4/icons/svg/ic_blur_circular_black_24px.svg)](#) Conduit UI - 0x Relayer Monitoring

[![CircleCI](https://circleci.com/gh/johnrjj/conduit-ui.svg?style=svg)](https://circleci.com/gh/johnrjj/conduit-ui/)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)

This is a supporting frontend for [Conduit](https://github.com/johnrjj/conduit) (or really any 0x Relayer)

## Overview

Monitors Conduit (Open Source 0x Relayer) nodes. Written in React, TypeScript, and styled-components.

## Getting started

### Local dev setup

To start the local dev server:

```
yarn install
yarn start
```
The dev server is located at `http://localhost:3000`