Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/buffalojoec/blueprint-program

Solana program for storing parsing schemas (accounts/transactions)
https://github.com/buffalojoec/blueprint-program

Last synced: 27 days ago
JSON representation

Solana program for storing parsing schemas (accounts/transactions)

Awesome Lists containing this project

README

        

# Blueprint Program

The GraphQL resolver really flexes its true power when used with `jsonParsed`
encoding for accounts or transactions (instructions).

This allows us to define usable types, which implement the general
interface(s), and provide powerful matching and field-accessing capabilities.

What if the interface-implemented types could be parsed using user-defined
schemas stored on-chain?