Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/buffalojoec/blueprint-program
- Owner: buffalojoec
- Created: 2023-09-21T23:22:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-21T23:42:35.000Z (about 1 year ago)
- Last Synced: 2024-04-15T16:03:53.611Z (7 months ago)
- Language: Rust
- Size: 13.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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?