{"id":14968410,"url":"https://github.com/ur-code-buddy/solanawallet","last_synced_at":"2026-02-10T12:31:38.437Z","repository":{"id":253505591,"uuid":"843708787","full_name":"Ur-Code-Buddy/solanaWallet","owner":"Ur-Code-Buddy","description":"Welcome to the Solana Crypto Wallet! This is a secure, feature-rich wallet application built on the Solana blockchain, allowing you to manage multiple wallets, send/receive funds, and verify transactions directly on the blockchain. ","archived":false,"fork":false,"pushed_at":"2024-08-18T08:24:35.000Z","size":140,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-24T04:54:47.294Z","etag":null,"topics":["cryptocurrency","solana","wallets","web3"],"latest_commit_sha":null,"homepage":"https://solanawallet.baivabprojects.site/","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/Ur-Code-Buddy.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-08-17T07:11:40.000Z","updated_at":"2024-08-21T17:04:20.000Z","dependencies_parsed_at":"2024-08-17T08:41:07.316Z","dependency_job_id":"ff25826f-6230-4d58-b7b2-e52dc75d3a10","html_url":"https://github.com/Ur-Code-Buddy/solanaWallet","commit_stats":{"total_commits":30,"total_committers":1,"mean_commits":30.0,"dds":0.0,"last_synced_commit":"354a9c7619a6564a7ab6736110c42eac6fd42561"},"previous_names":["ur-code-buddy/solanawallet"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ur-Code-Buddy%2FsolanaWallet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ur-Code-Buddy%2FsolanaWallet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ur-Code-Buddy%2FsolanaWallet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ur-Code-Buddy%2FsolanaWallet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ur-Code-Buddy","download_url":"https://codeload.github.com/Ur-Code-Buddy/solanaWallet/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250566448,"owners_count":21451230,"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":["cryptocurrency","solana","wallets","web3"],"created_at":"2024-09-24T13:39:50.941Z","updated_at":"2026-02-10T12:31:38.396Z","avatar_url":"https://github.com/Ur-Code-Buddy.png","language":"TypeScript","readme":"# Solana Crypto Wallet\n\nWelcome to the Solana Crypto Wallet! This is a secure, feature-rich wallet application built on the Solana blockchain, allowing you to manage multiple wallets, send/receive funds, and verify transactions directly on the blockchain. \n\n## Features\n\n- **Create Multiple Wallets:** Generate as many wallets as you need, all linked to a single mnemonic phrase for easy management.\n- **Send and Receive SOL:** Transfer funds effortlessly between wallets on the Solana network.\n- **View Balances:** Check the balance of each wallet in real-time.\n- **Verify Transactions:** Confirm and track your transactions directly on the Solana blockchain.\n- **Secure:** No data is stored. Your mnemonic phrase and private keys are never sent to any server, ensuring complete safety.\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (v14 or higher)\n- npm (v6 or higher)\n- A web browser (Chrome, Firefox, etc.)\n\n### Installation\n\n1. **Clone the repository:**\n\n   ```bash\n   git clone https://github.com/Ur-Code-Buddy/solanaWallet.git\n   cd solana-crypto-wallet\n   ```\n\n2. **Install dependencies:**\n\n   ```bash\n   npm install\n   ```\n\n3. **Run the development server:**\n\n   ```bash\n   npm run dev\n   ```\n\n4. **Build for production:**\n\n   ```bash\n   npm run build\n   ```\n\n5. **Preview the production build locally:**\n\n   ```bash\n   npm run preview\n   ```\n\n### Usage\n\n1. **Sign In:**\n   - On the homepage, generate a mnemonic phrase or enter your existing one.\n   - The mnemonic phrase is securely stored in your browser's local storage (optional).\n\n2. **Manage Wallets:**\n   - After signing in, you can create multiple wallets. All wallets are derived from the same mnemonic phrase.\n\n3. **Send/Receive SOL:**\n   - Easily send SOL to other wallets by entering the recipient's public key and the amount.\n   - Receive SOL by sharing your wallet's public key.\n\n4. **View Balances:**\n   - Check your wallet's balance in real-time from the dashboard.\n\n5. **Verify Transactions:**\n   - All transactions are recorded on the Solana blockchain, ensuring transparency and security.\n\n### Security\n\n- **No Data Storage:** We do not store any mnemonic phrases, private keys, or other sensitive information on any server. Everything is managed locally in your browser.\n- **Client-Side Encryption:** Your mnemonic phrase and private keys are kept safe through client-side encryption and are never exposed to the network.\n\n### Demo\n\nCheck out the live demo here: [Solana Crypto Wallet](https://solanawallet.baivabprojects.site/)\n\n## Contributing\n\nWe welcome contributions! Please fork this repository and submit pull requests if you have any improvements or bug fixes.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\n- Special thanks to @kirat_tw for guidance and support.\n- Powered by the Solana blockchain.\n\n---\n\nHappy coding! 🚀\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fur-code-buddy%2Fsolanawallet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fur-code-buddy%2Fsolanawallet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fur-code-buddy%2Fsolanawallet/lists"}