Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Examples

Setup

pnpm install

Run Examples

pnpm tsx basic-usage.ts       # Basic IDL usage
pnpm tsx error-lookup.ts      # Error code lookup
pnpm tsx debridge-parser.ts   # Transaction parsing

Examples

basic-usage.ts

Shows how to import and access IDL data directly.

error-lookup.ts

Demonstrates resolving program error codes to human-readable messages.

debridge-parser.ts

Full transaction parsing with semantic instruction names using DeBridge parser.