@solana-program/token-wrap
v2.4.0
Published
Javascript helpers for interacting with the Solana Token Wrap program
Downloads
112
Readme
@solana-program/token-wrap
TypeScript client for the Solana Token Wrap program.
📦 Publishing to NPM
This package uses Changesets and GitHub Actions to manage versioning and publishing.
🚀 Publishing Steps
- Ensure you have the changesets CLI installed.
- Create a Changeset
Run the following to document your changes and select a version bump:
pnpm changeset- Version the release (will bump the local package version and add to the changelog)
pnpm changeset version- Create a PR with the changes and merge! The github action will detect the difference in versions and publish automatically.
