{"id":20977452,"url":"https://github.com/ruferdz/solana-fullstack-dapp","last_synced_at":"2026-04-09T12:06:50.619Z","repository":{"id":116864358,"uuid":"441446224","full_name":"RuFerdZ/Solana-fullstack-Dapp","owner":"RuFerdZ","description":"The Complete Guide to Full Stack Solana Development with React, Anchor, Rust, and Phantom.","archived":false,"fork":false,"pushed_at":"2021-12-24T11:28:02.000Z","size":29,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-13T09:42:55.426Z","etag":null,"topics":["anchor","phantom","react","rust","solana"],"latest_commit_sha":null,"homepage":"","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/RuFerdZ.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":"2021-12-24T11:17:30.000Z","updated_at":"2023-02-23T08:56:48.000Z","dependencies_parsed_at":"2023-07-04T06:31:09.299Z","dependency_job_id":null,"html_url":"https://github.com/RuFerdZ/Solana-fullstack-Dapp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RuFerdZ/Solana-fullstack-Dapp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RuFerdZ%2FSolana-fullstack-Dapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RuFerdZ%2FSolana-fullstack-Dapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RuFerdZ%2FSolana-fullstack-Dapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RuFerdZ%2FSolana-fullstack-Dapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RuFerdZ","download_url":"https://codeload.github.com/RuFerdZ/Solana-fullstack-Dapp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RuFerdZ%2FSolana-fullstack-Dapp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272632502,"owners_count":24967269,"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-08-29T02:00:10.610Z","response_time":87,"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":["anchor","phantom","react","rust","solana"],"created_at":"2024-11-19T04:58:52.446Z","updated_at":"2025-12-30T21:35:27.921Z","avatar_url":"https://github.com/RuFerdZ.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003eIntroduction to Solana\u003c/h1\u003e\n\n\u003cimg src=\"https://dev-to-uploads.s3.amazonaws.com/uploads/articles/nl0h25rp5h9ytg5wnrj7.png\"\u003e\n\n\u003ch2\u003eProject Overview\u003c/h3\u003e\n\n\n\u003cul\u003e\n    \u003cli\u003e\u003ca href=\"https://nodejs.org/en/\" target=\"_blank\"\u003eNode.js\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"https://docs.solana.com/cli/install-solana-cli-tools\" target=\"_blank\"\u003eSolana Tool Suite\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"https://project-serum.github.io/anchor/getting-started/introduction.html\" target=\"_blank\"\u003eAnchor framewoek\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"https://phantom.app/\" target=\"_blank\"\u003ePhantom solana wallet\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"https://reactjs.org/\" target=\"_blank\"\u003eReact\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003ch2\u003eProject Structure\u003c/h2\u003e\nIn this project, you'll see four main folders (in addition to the node_modules):\n\n\u003cul\u003e\n    \u003cli\u003e\u003cb\u003eapp\u003c/b\u003e - Where our frontend code will go\u003c/li\u003e\n    \u003cli\u003e\u003cb\u003eprograms\u003c/b\u003e - This is where the Rust code lives for the Solana program\u003c/li\u003e\n    \u003cli\u003e\u003cb\u003etest\u003c/b\u003e - Where the JavaScript tests for the program live\u003c/li\u003e\n    \u003cli\u003e\u003cb\u003emigrations\u003c/b\u003e - A basic deploy script\u003c/li\u003e\n\u003c/ul\u003e\n\n\n\u003ch2\u003eTo build\u003c/h2\u003e\n\n1. Clone the repo\n\n```sh\ngit clone git@github.com:dabit3/complete-guide-to-full-stack-solana.git\n```\n\n2. Change into the project directory you'd like to run\n\n3. Install the dependencies\n\n```sh\nnpm install\n```\n\n4. Start a local Solana node\n\n```sh\nsolana-test-validator\n```\n\n5. Build the anchor project\n\n```sh\nanchor build\n```\n\n6. Fetch the project ID for the build:\n\n```sh\nsolana address -k target/deploy/\u003cprogramname\u003e-keypair.json\n```\n\n6. Update the project ID in the Rust program located at __projectname/programs/src/programname.rs__ with the output from above.\n\n7. Run the tests\n\n```sh\nanchor test\n```\n\n8. Change into the __app__ directory and install the dependencies:\n\n```sh\ncd app \u0026\u0026 npm install\n``` \n\n9. Run the client-side app\n\n```sh\nnpm start\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruferdz%2Fsolana-fullstack-dapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruferdz%2Fsolana-fullstack-dapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruferdz%2Fsolana-fullstack-dapp/lists"}