npm.io
1.0.1 • Published 2 years ago

@solendprotocol/token2022-wrapper-sdk

Licence
MIT
Version
1.0.1
Deps
9
Size
932 kB
Vulns
0
Weekly
0
Stars
10

Token 2022 wrapper

This is a program to wrap Token2022 Solana tokens into SPL tokens. Every token created using the Token2022 can be wrapped into its unique SPL token which can be used across several applications on Solana. This is an early release and only include support for transfer fee extension.

Building and Testing Locally

To build the contract, and generate IDL + SDK, run:

./build.sh

To run the tests, run:

./test.sh