{"id":30780590,"url":"https://github.com/devsargam/quick-wallet","last_synced_at":"2025-09-05T07:49:00.288Z","repository":{"id":292282755,"uuid":"980393760","full_name":"devsargam/quick-wallet","owner":"devsargam","description":"A raycast extension that helps you with solana ecosystem","archived":false,"fork":false,"pushed_at":"2025-05-26T03:43:44.000Z","size":1455,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-28T18:05:02.495Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/devsargam.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null}},"created_at":"2025-05-09T04:00:00.000Z","updated_at":"2025-06-01T14:25:28.000Z","dependencies_parsed_at":"2025-05-26T04:59:03.950Z","dependency_job_id":"59c805fa-9af1-4d5c-8f71-a90a956fd9ba","html_url":"https://github.com/devsargam/quick-wallet","commit_stats":null,"previous_names":["devsargam/quick-wallet"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devsargam/quick-wallet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsargam%2Fquick-wallet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsargam%2Fquick-wallet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsargam%2Fquick-wallet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsargam%2Fquick-wallet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devsargam","download_url":"https://codeload.github.com/devsargam/quick-wallet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsargam%2Fquick-wallet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273728149,"owners_count":25157136,"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","status":"online","status_checked_at":"2025-09-05T02:00:09.113Z","response_time":402,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-09-05T07:48:57.911Z","updated_at":"2025-09-05T07:49:00.279Z","avatar_url":"https://github.com/devsargam.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QuikWallet\n\nA Raycast extension that provides utility helpers for managing Solana wallets and tokens. QuikWallet allows you to quickly check your Solana balance, view SPL token balances, and generate commands for transferring SOL and SPL tokens.\n\n![QuikWallet Extension Icon](assets/extension-icon.png)\n\n## Features\n\n- View SOL balance for any Solana wallet address\n- View SPL token balances for any Solana wallet address\n- Generate Solana CLI commands for transferring SOL and SPL tokens\n- Save wallet addresses for quick access\n\n## Prerequisites\n\n- [Raycast](https://raycast.com/) installed on your macOS device\n- For executing generated transfer commands:\n  - [Solana CLI](https://docs.solanalabs.com/cli/install) installed\n  - [SPL-Token CLI](https://spl.solana.com/token) installed\n\n## Installation\n\n1. Open Raycast\n2. Search for \"QuikWallet\" in the Raycast Extensions Store\n3. Click \"Install\"\n\n## Usage\n\n### Setting Up Your Wallet\n\n1. Launch the QuikWallet extension by typing \"Quik\" in Raycast\n2. On first launch, you'll be prompted to enter your Solana wallet address\n3. Enter a valid Solana public address and click \"Save Wallet Address\"\n\n### Viewing Balances\n\nOnce you've set up your wallet:\n\n1. The extension will display your SOL balance\n2. It will also show a list of SPL tokens in your wallet with their balances\n3. Tokens are sorted by value, with the highest balances displayed first\n\n### Transferring SOL or SPL Tokens\n\n1. From the balances view, select the SOL or SPL token you want to transfer\n2. Click on \"Prepare Transfer Command\"\n3. Enter the recipient's Solana wallet address and the amount to send\n4. Click \"Copy Send Command\"\n5. Paste the command in your terminal to execute the transfer\n\n### Changing Wallet\n\n1. From the balances view, click on \"Change Wallet\" in the action panel\n2. Enter a new wallet address and save\n\n## Commands\n\n- `solana transfer \u003cRECIPIENT_ADDRESS\u003e \u003cAMOUNT\u003e --from \u003cYOUR_WALLET\u003e`: Generated command for transferring SOL\n- `spl-token transfer \u003cTOKEN_MINT\u003e \u003cAMOUNT\u003e \u003cRECIPIENT_ADDRESS\u003e --owner \u003cYOUR_WALLET\u003e --allow-unfunded-recipient`: Generated command for transferring SPL tokens\n\n## Development\n\n```bash\n# Install dependencies\nnpm install\n\n# Start development server\nnpm run dev\n\n# Build extension\nnpm run build\n\n# Lint code\nnpm run lint\n\n# Fix linting issues\nnpm run fix-lint\n```\n\n## Author\n\nCreated by [devsargam](https://github.com/devsargam)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevsargam%2Fquick-wallet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevsargam%2Fquick-wallet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevsargam%2Fquick-wallet/lists"}