{"id":24787106,"url":"https://github.com/btc415/solana-transfer-program","last_synced_at":"2025-03-24T10:12:37.879Z","repository":{"id":273214183,"uuid":"918914858","full_name":"BTC415/Solana-Transfer-program","owner":"BTC415","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-20T08:51:15.000Z","size":29,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-29T15:19:10.413Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BTC415.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-01-19T07:53:17.000Z","updated_at":"2025-01-20T08:50:48.000Z","dependencies_parsed_at":"2025-01-19T14:46:50.069Z","dependency_job_id":"abd55c92-2afe-4600-b0d5-dd913aabb4af","html_url":"https://github.com/BTC415/Solana-Transfer-program","commit_stats":null,"previous_names":["btc415/solana-transfer-program"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BTC415%2FSolana-Transfer-program","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BTC415%2FSolana-Transfer-program/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BTC415%2FSolana-Transfer-program/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BTC415%2FSolana-Transfer-program/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BTC415","download_url":"https://codeload.github.com/BTC415/Solana-Transfer-program/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245249219,"owners_count":20584497,"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":[],"created_at":"2025-01-29T15:19:06.544Z","updated_at":"2025-03-24T10:12:37.858Z","avatar_url":"https://github.com/BTC415.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Solana Token Transfer Program\n\nA secure and efficient Solana program for transferring SPL Token-2022 tokens between accounts.\n\n## Overview\n\nThis program implements a token transfer mechanism using the Token-2022 program on Solana blockchain. It enables secure transfers of SPL tokens between token accounts while maintaining all necessary checks and balances.\n\n## Features\n\n- Supports Token-2022 standard\n- Implements checked transfer operations\n- Handles decimal precision automatically\n- Built with Anchor framework\n- Complete account validation\n\n## Technical Details\n\n### Program ID\n```6GmLK8Qz9hBnCa89jcaVoX4b8nKCYc62p4hUbZ5XrsBL```\n\n### Account Structure\nThe program requires the following accounts for execution:\n- `from`: Signer account initiating the transfer\n- `from_ata`: Source token account\n- `to_ata`: Destination token account\n- `mint`: Token mint account\n- `token_program`: Token-2022 program\n\n### Instructions\n- `transfer_token2022`: Transfers specified amount of tokens between accounts\n\n## Development\n\n### Prerequisites\n- Solana Tool Suite\n- Anchor Framework\n- Rust\n\n### Building\n```bash\nanchor build\n```\n\n### Testing\n```\nanchor test\n```\n\n### Security\nThe program implements several security measures:\n\n- Checked transfers to prevent decimal precision errors\n- Signer verification\n- Mutable account constraints\n- Token account ownership validation\n\n### License\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbtc415%2Fsolana-transfer-program","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbtc415%2Fsolana-transfer-program","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbtc415%2Fsolana-transfer-program/lists"}