{"id":25864801,"url":"https://github.com/0xsabonis/solana-token2022-wrapper","last_synced_at":"2025-10-07T15:27:16.068Z","repository":{"id":279937934,"uuid":"940498273","full_name":"0xSabonis/solana-token2022-wrapper","owner":"0xSabonis","description":"Token2022 to SPL token Wrapper","archived":false,"fork":false,"pushed_at":"2025-02-28T09:48:36.000Z","size":227,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-28T16:39:37.621Z","etag":null,"topics":["solana","spl","token2022","wrapper","wrapping"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0xSabonis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-28T09:30:55.000Z","updated_at":"2025-02-28T09:51:24.000Z","dependencies_parsed_at":"2025-02-28T16:42:30.285Z","dependency_job_id":"107fb44c-5764-4bbb-a45b-1af087894f04","html_url":"https://github.com/0xSabonis/solana-token2022-wrapper","commit_stats":null,"previous_names":["0xsabonis/solana-token2022-wrapper"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xSabonis%2Fsolana-token2022-wrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xSabonis%2Fsolana-token2022-wrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xSabonis%2Fsolana-token2022-wrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xSabonis%2Fsolana-token2022-wrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xSabonis","download_url":"https://codeload.github.com/0xSabonis/solana-token2022-wrapper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241445463,"owners_count":19963988,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["solana","spl","token2022","wrapper","wrapping"],"created_at":"2025-03-02T01:24:02.855Z","updated_at":"2025-10-07T15:27:11.017Z","avatar_url":"https://github.com/0xSabonis.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Token2022 to SPL Wrapper\n\n## Overview\nThis program allows wrapping of **Token2022** Solana tokens into **SPL tokens**. Each token created using **Token2022** can be wrapped into its unique SPL token, which can then be used across various applications on the **Solana blockchain**.\n\nThis is an **early release** and currently supports only the **transfer fee extension**.\n\n## Features\n- Wrap **Token2022** tokens into **SPL tokens**.\n- Support for **transfer fee extension**.\n- Enables cross-application usage of wrapped tokens.\n\n## Installation\nEnsure you have the following installed:\n- [Rust](https://www.rust-lang.org/)\n- [Solana CLI](https://docs.solana.com/cli/install-solana-cli)\n\n### Clone the Repository\n```sh\ngit clone https://github.com/your-repo/token2022-spl-wrapper.git\ncd token2022-spl-wrapper\n```\n\n### Build the Program\n```sh\ncargo build --release\n```\n\n## Usage\n\n### Deploy the Program\nEnsure your Solana CLI is configured with the correct network:\n```sh\nsolana config set --url https://api.mainnet-beta.solana.com\n```\n\nDeploy the program using:\n```sh\nsolana program deploy target/release/token2022_spl_wrapper.so\n```\n\n### Wrapping a Token2022 Token\nTo wrap a **Token2022** token into an SPL token, call the program with the appropriate parameters:\n```sh\nsolana program invoke \\\n  --account \u003ctoken2022-mint-address\u003e \\\n  --account \u003cdestination-spl-mint-address\u003e \\\n  --signer \u003cyour-wallet-keypair.json\u003e\n```\n\n## Contact\n\nTelegram: [Dogewhiz](https://t.me/dogewhiz)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xsabonis%2Fsolana-token2022-wrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xsabonis%2Fsolana-token2022-wrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xsabonis%2Fsolana-token2022-wrapper/lists"}