{"id":28154079,"url":"https://github.com/spongejump/bofu-sol-transfer","last_synced_at":"2025-05-15T06:12:48.174Z","repository":{"id":241963874,"uuid":"808244803","full_name":"spongejump/bofu-sol-transfer","owner":"spongejump","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-30T20:49:13.000Z","size":540,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-20T08:41:22.490Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://bofu.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/spongejump.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":"2024-05-30T17:10:03.000Z","updated_at":"2024-08-17T02:50:11.000Z","dependencies_parsed_at":"2024-05-30T23:41:53.305Z","dependency_job_id":null,"html_url":"https://github.com/spongejump/bofu-sol-transfer","commit_stats":null,"previous_names":["gungho0619/bofu-sol-transfer","spongepump/bofu-sol-transfer","spongejump/bofu-sol-transfer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spongejump%2Fbofu-sol-transfer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spongejump%2Fbofu-sol-transfer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spongejump%2Fbofu-sol-transfer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spongejump%2Fbofu-sol-transfer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spongejump","download_url":"https://codeload.github.com/spongejump/bofu-sol-transfer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254283286,"owners_count":22045141,"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-05-15T06:12:47.103Z","updated_at":"2025-05-15T06:12:48.165Z","avatar_url":"https://github.com/spongejump.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n \u003ch1\u003eSolana Wallet\u003c/h1\u003e\n    \u003cp\u003eThis is a simple Solana wallet application built using Next.js and Solana Web3.js library. The application allows users to connect their wallets and send SOL to other wallet addresses.\u003c/p\u003e\n    \u003ch2\u003eGetting Started\u003c/h2\u003e\n    \u003cp\u003eTo get started with this project, follow the steps below:\u003c/p\u003e\n    \u003col\u003e\n        \u003cli\u003eClone the repository using the command: \u003ccode\u003egit clone https://github.com/codescalper/send-sols.git\u003c/code\u003e\u003c/li\u003e\n        \u003cli\u003eNavigate to the project directory using the command: \u003ccode\u003ecd send-sols\u003c/code\u003e\u003c/li\u003e\n        \u003cli\u003eInstall the dependencies using the command: \u003ccode\u003enpm install\u003c/code\u003e\u003c/li\u003e\n        \u003cli\u003eRun the application using the command: \u003ccode\u003enpm run dev\u003c/code\u003e\u003c/li\u003e\n        \u003cli\u003eVisit http://localhost:3000 in your web browser to view the application.\u003c/li\u003e\n    \u003c/ol\u003e\n   \n   \u003ch2\u003eTech Stack\u003c/h2\u003e\n    \u003cul\u003e\n      \u003cli\u003eReact\u003c/li\u003e\n      \u003cli\u003e@solana/wallet-adapter-react-ui\u003c/li\u003e\n      \u003cli\u003e@solana/wallet-adapter-react\u003c/li\u003e\n      \u003cli\u003e@solana/web3.js\u003c/li\u003e\n      \u003cli\u003eNext.js\u003c/li\u003e\n      \u003cli\u003eNode.js\u003c/li\u003e\n      \u003cli\u003eTypeScript\u003c/li\u003e\n      \u003cli\u003eCSS (using CSS modules)\u003c/li\u003e\n    \u003c/ul\u003e\n    \n   \u003ch2\u003eList of Wallets added\u003c/h2\u003e\n    \u003cul\u003e \n      \u003cli\u003ePhantom Wallet\u003c/li\u003e \n      \u003cli\u003eBackpack Wallet\u003c/li\u003e \n    \u003c/ul\u003e\n\n   \u003ch2\u003eUsage\u003c/h2\u003e\n    \u003cp\u003eWhen you visit the application, you will see a header with a logo, a text \"Send some SOLs\" and a wallet connect button. Click on the wallet connect button to connect your wallet.\u003c/p\u003e\n    \u003cp\u003eOnce your wallet is connected, you will see your balance displayed on the screen. You can also send SOL to other wallet addresses using the \"Send SOL\" form. Simply enter the amount of SOL you want to send and the recipient wallet address, and click the \"Send\" button.\u003c/p\u003e\n    \u003cp\u003eAfter you have sent SOL, you will receive a transaction signature (txSig) which you can use to track your transaction on the Solana Explorer. Simply click the link provided on the screen to view your transaction on the Solana Explorer.\u003c/p\u003e\n    \n   \u003ch2\u003eContributing\u003c/h2\u003e\n    \u003cp\u003eIf you would like to contribute to this project, feel free to create a pull request.\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspongejump%2Fbofu-sol-transfer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspongejump%2Fbofu-sol-transfer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspongejump%2Fbofu-sol-transfer/lists"}