Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brytelands/bryteschemes-ui

A lightweight UI for the BryteSchemes-API
https://github.com/brytelands/bryteschemes-ui

solana

Last synced: 27 days ago
JSON representation

A lightweight UI for the BryteSchemes-API

Awesome Lists containing this project

README

        

# BryteSchemes UI

## Description

BryteSchemes UI is the front end for the BryteSchemes API. The current functionality provides:

- The ability to search for a program account and retrieve the latest state as JSON
- Displays the account JSON

Try it here: https://test.brytelands.io/

[![Watch the demo](https://img.youtube.com/vi/0jN9Wz95tGA/hqdefault.jpg)](https://www.youtube.com/embed/0jN9Wz95tGA)

## Run

```shell
npm run dev
```

or with docker:

```shell
docker-compose up
```

## Build

```shell
npm run build
```

### Docker Build

## Deploy