Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 427 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 427 Bytes

@audius/spl

A Typescript package for creating and decoding Solana TransactionInstructions for the Audius Solana Programs.

This is useful both for making Typescript/Javascript clients as well as for making indexers for the programs, and also lends itself to writing tests for indexers.

Usage

See solanaRelayTest.ts for example usages.