{"id":20482263,"url":"https://github.com/itstoreall/token-transfer-inside","last_synced_at":"2026-04-16T14:03:26.149Z","repository":{"id":115205356,"uuid":"497280765","full_name":"itstoreall/token-transfer-inside","owner":"itstoreall","description":"Solana program","archived":false,"fork":false,"pushed_at":"2022-06-21T12:33:56.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-04T20:58:33.300Z","etag":null,"topics":["rust","solana","spl-token"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/itstoreall.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":"2022-05-28T10:08:06.000Z","updated_at":"2022-06-21T12:33:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"9b3a9ccd-60a5-4d32-a6ed-405eab342cac","html_url":"https://github.com/itstoreall/token-transfer-inside","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/itstoreall/token-transfer-inside","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itstoreall%2Ftoken-transfer-inside","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itstoreall%2Ftoken-transfer-inside/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itstoreall%2Ftoken-transfer-inside/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itstoreall%2Ftoken-transfer-inside/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itstoreall","download_url":"https://codeload.github.com/itstoreall/token-transfer-inside/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itstoreall%2Ftoken-transfer-inside/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31888937,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T11:36:10.202Z","status":"ssl_error","status_checked_at":"2026-04-16T11:36:09.652Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["rust","solana","spl-token"],"created_at":"2024-11-15T16:12:21.162Z","updated_at":"2026-04-16T14:03:26.125Z","avatar_url":"https://github.com/itstoreall.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tokens transfer inside (Solana)\n\n### Transfer and approve SPL-Tokens inside a Solana on-chain program\n\n- SPL Token\n- SPL Associated Token Account Program\n- @solana/spl-token (js)\n- Solana token registry\n\n### Instruction\n\n```rust\n// 0. `[signer]` from authority\n// 1. `[writable]` from_token\n// 2. `[writable]` to_token\n// 3. `[]` token program\n\npub enum Instruction {\n    Transfer { amount: u64 },\n    Approve { amount: u64 },\n}\n```\n\n### Links:\n\n- https://spl.solana.com/token\n- https://spl.solana.com/associated-token-account\n- https://docs.rs/spl-token/3.1.1/spl_token/index.html\n- https://docs.rs/spl-associated-token-account/1.0.2/spl_associated_token_account/\n- https://github.com/solana-labs/solana-program-library/tree/master/token/js\n- https://github.com/solana-labs/token-list\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitstoreall%2Ftoken-transfer-inside","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitstoreall%2Ftoken-transfer-inside","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitstoreall%2Ftoken-transfer-inside/lists"}