Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brytelands/bryteschemes-api
A REST API that provides functionality to retrieve your account data and discriminators
https://github.com/brytelands/bryteschemes-api
deserialization solana
Last synced: about 1 month ago
JSON representation
A REST API that provides functionality to retrieve your account data and discriminators
- Host: GitHub
- URL: https://github.com/brytelands/bryteschemes-api
- Owner: brytelands
- License: apache-2.0
- Created: 2023-12-14T20:30:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-22T19:14:24.000Z (about 1 year ago)
- Last Synced: 2024-11-06T03:07:48.639Z (3 months ago)
- Topics: deserialization, solana
- Language: Rust
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BryteSchemes API
## Description
BryteSchemes API provides REST endpoints that provide utility to retrieve your account data as JSON with programs using the Bryte-Descriptor library (https://github.com/brytelands/bryte-descriptor).
Try it here: https://test.brytelands.io/
[![Watch the demo](https://img.youtube.com/vi/0jN9Wz95tGA/hqdefault.jpg)](https://www.youtube.com/embed/0jN9Wz95tGA)
## Build
```shell
cargo build
```
## Run```shell
cargo run
```or with docker:
```shell
docker-compose up
```## Config
Override these values to set your own endpoints, for instance if you are using specific RPC endpoints.
```shell
BRYTESCHEMES_API_RPC_URL_DEV: https://api.devnet.solana.com
BRYTESCHEMES_API_RPC_URL_TEST: https://api.testnet.solana.com
BRYTESCHEMES_API_RPC_URL_MAIN: https://api.mainnet.solana.com
BRYTESCHEMES_API_RPC_URL_LOCAL: http://localhost:8899
```