Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/brytelands/bryteschemes-ui
- Owner: brytelands
- Created: 2023-12-14T20:31:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T14:02:03.000Z (about 1 year ago)
- Last Synced: 2024-11-06T03:07:52.643Z (3 months ago)
- Topics: solana
- Language: TypeScript
- Homepage:
- Size: 66.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 JSONTry 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