TypeScript client for the Solana Token Wrap program.
This package uses Changesets and GitHub Actions to manage versioning and publishing.
- 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.