Skip to content

A REST API that provides functionality to retrieve your account data and discriminators

License

Notifications You must be signed in to change notification settings

brytelands/bryteschemes-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Build

cargo build

Run

cargo run

or with docker:

docker-compose up

Config

Override these values to set your own endpoints, for instance if you are using specific RPC endpoints.

    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

About

A REST API that provides functionality to retrieve your account data and discriminators

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published