Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 454 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 454 Bytes

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