Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Jarry Xiao <[email protected]>
  • Loading branch information
jarry-xiao authored Dec 3, 2024
1 parent 00934bc commit f296faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The Solana Program IDL pipeline is extremely convoluted. One might even argue th
```mermaid
flowchart TD
A[SVM Program] -->|*Generates via* IDL Parser| B[IDL JSON File]
B --> |*Feeds into*| C[Revese IDL Parser]
B --> |*Feeds into*| C[Reverse IDL Parser]
E[Account Data] -.-> |*Queries with* Raw Account Data| D
G[Instruction Data] -.-> |*Queries with* Raw Instruction Data| D
C -->|*Generates via* Schema Parser| D[Schema Nodes] -.-> |*Generates via* Value Parser| F[Value Nodes] -.-> |*Derives*| H[Formatted JSON Data]
Expand Down

0 comments on commit f296faa

Please sign in to comment.