JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 632
  • Score
    100M100P100Q105702F
  • License Apache-2.0

The core Typescript mappings to the Audius Solana Programs

Package Exports

  • @audius/spl
  • @audius/spl/dist/cjs/index.js
  • @audius/spl/dist/esm/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@audius/spl) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@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.