{"id":44838085,"url":"https://github.com/aarjn/solanaswift","last_synced_at":"2026-04-06T08:00:37.443Z","repository":{"id":250396912,"uuid":"833156677","full_name":"aarjn/SolanaSwift","owner":"aarjn","description":"A quick and efficient Solana wallet CLI","archived":false,"fork":false,"pushed_at":"2024-08-01T15:47:40.000Z","size":116,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-17T07:37:04.937Z","etag":null,"topics":["cli","sol","solana","ssf-2024","typescript","wallet","web3"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/solanaswift","language":"JavaScript","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/aarjn.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":"2024-07-24T13:14:24.000Z","updated_at":"2024-11-13T19:28:56.000Z","dependencies_parsed_at":"2025-03-30T14:24:46.601Z","dependency_job_id":"c1f109b5-36cc-4922-b2c2-288c7c7cd5b8","html_url":"https://github.com/aarjn/SolanaSwift","commit_stats":null,"previous_names":["4rjunc/solanaswift","aarjn/solanaswift"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aarjn/SolanaSwift","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aarjn%2FSolanaSwift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aarjn%2FSolanaSwift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aarjn%2FSolanaSwift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aarjn%2FSolanaSwift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aarjn","download_url":"https://codeload.github.com/aarjn/SolanaSwift/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aarjn%2FSolanaSwift/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31464097,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"online","status_checked_at":"2026-04-06T02:00:07.287Z","response_time":112,"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":["cli","sol","solana","ssf-2024","typescript","wallet","web3"],"created_at":"2026-02-17T02:36:43.237Z","updated_at":"2026-04-06T08:00:37.437Z","avatar_url":"https://github.com/aarjn.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SolanaSwift 🚀\n\nSolanaSwift is a quick and efficient Solana wallet CLI tool for managing Solana transactions on the devnet.\n\n## Install tool from NPM 👀:\n\n- Install cli tool using:\n  ```\n  npx i solanawallet\n  ```\n\n## Features 🌟\n\n- Create new wallets\n- Check wallet balance\n- Transfer SOL between wallets\n- Request airdrops (on devnet)\n- Get wallet address for receiving SOL\n- Recover wallet using mnemonic phrase\n- Get transactions history\n\n## Installation 🛠️\n\n1. Clone the repository:\n\n   ```\n   git clone https://github.com/yourusername/SolanaSwift.git\n   cd SolanaSwift\n   ```\n\n2. Install dependencies:\n   ```\n   bun install\n   ```\n\n## Usage 📘\n\n### Create a New Wallet 🆕\n\nCreate a new wallet and save the secret key to a file:\n\n```\nbun index.ts create-wallet [output-path]\n```\n\n- `[output-path]`: Optional. Path to save the wallet secret key (default: `wallet-secret.json`)\n- **MAKE SURE YOU SAVE YOU MNEMONIC PHRASE**\n\n### Recover Wallet 🏥\n\nYou can recover the wallet using:\n\n```\nbun index.ts recover-wallet \"your mnemonic phrase here\" [output-path]\n```\n\n- `[output-path]`: Optional. Path to save the recovered wallet secret key (default: `recovered-wallet-secret.json`)\n\n### Wallet Operations 💼\n\nAll wallet operations require the `-k` option to specify the path to your wallet's secret key file.\n\n#### Check Balance 💰\n\nGet the balance of your wallet:\n\n```\nbun index.ts wallet -k \u003cpath-to-secret-key\u003e balance\n```\n\n#### Transfer SOL 💸\n\nTransfer SOL to another address:\n\n```\nbun index.ts wallet -k \u003cpath-to-secret-key\u003e transfer \u003crecipient-address\u003e \u003camount\u003e\n```\n\n- `\u003crecipient-address\u003e`: The public key of the recipient's wallet\n- `\u003camount\u003e`: The amount of SOL to transfer\n\n#### Get Wallet Address 📫\n\nDisplay the public address of your wallet:\n\n```\nbun index.ts wallet -k \u003cpath-to-secret-key\u003e address\n```\n\n#### Request Airdrop 🪂\n\nRequest an airdrop of SOL tokens from the devnet faucet:\n\n```\nbun index.ts wallet -k \u003cpath-to-secret-key\u003e airdrop \u003camount\u003e\n```\n\n- `\u003camount\u003e`: The amount of SOL to request (subject to devnet limitations)\n\n#### Transaction History 📝\n\nGet your transactions history :\n\n```\nbun index.ts walletk -k \u003cpath-to-secret-key\u003e history\n```\n\n- `\u003camount\u003e`: The amount of SOL to request (subject to devnet limitations)\n\n## To Build\n\n```\nbun run build index.ts\n```\n\n## Important Notes ⚠️\n\n- This tool connects to the Solana devnet by default.\n- Devnet SOL tokens have no real-world value and are for testing purposes only.\n- Airdrop functionality is limited by devnet restrictions on amount and frequency.\n\n## Contributing 🤝\n\nContributions, issues, and feature requests are welcome! Feel free to check [issues page](https://github.com/4rjun/SolanaSwift/issues).\n\n## License 📄\n\n[MIT](https://choosealicense.com/licenses/mit/)\n\n## Show your support ⭐\n\nGive a ⭐️ if this project helped you!\n\nThis project was created using `bun init` in bun v1.1.20. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faarjn%2Fsolanaswift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faarjn%2Fsolanaswift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faarjn%2Fsolanaswift/lists"}