{"id":22164823,"url":"https://github.com/net2devcrypto/soroban-nextjs-vote-dapp-with-freighter","last_synced_at":"2026-02-25T17:36:35.250Z","repository":{"id":240278833,"uuid":"797862700","full_name":"net2devcrypto/Soroban-NextJS-Vote-dApp-with-Freighter","owner":"net2devcrypto","description":"A Stellar Soroban Smart Contract and NextJS Front-end App that integrates the Freighter wallet that enables users to vote in proposals.","archived":false,"fork":false,"pushed_at":"2024-05-08T17:11:52.000Z","size":89,"stargazers_count":0,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-27T22:36:20.294Z","etag":null,"topics":["dapp","decentralized","freighter","nextjs","smart-contract","soroban","stellar","web3"],"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/net2devcrypto.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-05-08T16:30:41.000Z","updated_at":"2024-05-17T16:54:15.000Z","dependencies_parsed_at":"2024-05-17T18:55:44.560Z","dependency_job_id":"15890f84-e794-4728-9fe4-baaa9c84d46c","html_url":"https://github.com/net2devcrypto/Soroban-NextJS-Vote-dApp-with-Freighter","commit_stats":null,"previous_names":["net2devcrypto/soroban-nextjs-vote-dapp-with-freighter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/net2devcrypto/Soroban-NextJS-Vote-dApp-with-Freighter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/net2devcrypto%2FSoroban-NextJS-Vote-dApp-with-Freighter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/net2devcrypto%2FSoroban-NextJS-Vote-dApp-with-Freighter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/net2devcrypto%2FSoroban-NextJS-Vote-dApp-with-Freighter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/net2devcrypto%2FSoroban-NextJS-Vote-dApp-with-Freighter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/net2devcrypto","download_url":"https://codeload.github.com/net2devcrypto/Soroban-NextJS-Vote-dApp-with-Freighter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/net2devcrypto%2FSoroban-NextJS-Vote-dApp-with-Freighter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29832969,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T17:17:09.781Z","status":"ssl_error","status_checked_at":"2026-02-25T17:16:50.421Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["dapp","decentralized","freighter","nextjs","smart-contract","soroban","stellar","web3"],"created_at":"2024-12-02T05:10:51.524Z","updated_at":"2026-02-25T17:36:35.233Z","avatar_url":"https://github.com/net2devcrypto.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Soroban NextJS Vote dApp with Freighter Wallet\nA Stellar Soroban Smart Contract and NextJS Front-end App that integrates the Freighter wallet that enables users to vote in proposals. \n\n\u003cimg src=\"https://raw.githubusercontent.com/net2devcrypto/misc/main/vote5.png\" width=\"550\" height=\"370\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/net2devcrypto/misc/main/vote6.png\" width=\"550\" height=\"370\"\u003e\n\n\u003e [!NOTE]  \n\u003e THE FILES ATTACHED TO THIS REPO ARE FOR EDUCATIONAL PURPOSES ONLY.\n\u003e NOT FINANCIAL ADVICE\n\u003e USE IT AT YOUR OWN RISK, I'M NOT RESPONSIBLE FOR ANY USE, ISSUES.\n\n\u003ch3\u003eRepo Instructions\u003c/h3\u003e\n\n\u003ch4\u003eStep 1\u003c/h4\u003e\n\nDownload or clone this repo, then deploy the n2d-soroban-votecontract-v1.rs smart contract in the Soroban Testnet\n\nFollow this tutorial video if you aren't familiar with Soroban contract deployments:\n\n\u003ca href=\"https://www.youtube.com/watch?v=AwFojd9tii4\u0026t=1057s\" target=\"_blank\"\u003e\u003cimg src=\"https://github.com/net2devcrypto/misc/blob/main/ytlogo2.png\" width=\"150\" height=\"40\"\u003e\u003c/a\u003e\n\nSave the contract address once deployed!\n\n\u003ch4\u003eStep 2\u003c/h4\u003e\n\nNavigate to the repo folder once downloaded or cloned then install the NextJS instance.\n\n```shell\ncd name-of-folder\nnpm i\n```\n\n\u003ch4\u003eStep 3\u003c/h4\u003e\n\nUpdate the contract address in the soroban.js file with the one obtained on step 1. \n\n```shell\nlet contractAddress = 'CAAN5X32XWBIX3Q52BR4AJDVBAXPC5M3MVVPAVE5HVES2VWJBPO573L2';\n```\n\nCTRL + S to save file!\n\n\u003ch4\u003eStep 4\u003c/h4\u003e\n\nInstall the Freighter browser wallet then create your wallet account. Switch it to testnet and fund with friendlybot tokens. (All done in the wallet app)\n\n\u003ch5\u003eStep 5\u003c/h5\u003e\n\nRun the app, access it and test!\n\n```shell\ncd name-of-folder\nnpm run dev\n```\n\nApp should be accessible via: https://localhost:3000\n\nFollow the tutorial video for guidance:\n\n\u003ca href=\"https://youtu.be/26pdgW8ztQs\" target=\"_blank\"\u003e\u003cimg src=\"https://github.com/net2devcrypto/misc/blob/main/ytlogo2.png\" width=\"150\" height=\"40\"\u003e\u003c/a\u003e\n\n\u003ch3\u003eJoin Stellar's Dev Discord Community\u003c/h3\u003e\n\n```shell\n⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿\n⣿⣿⣿⡟⠁⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠈⢹⣿⣿⣿\n⣿⣿⣿⡇⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⢸⣿⣿⣿\n⣿⣿⣿⡇⠄⠄⠄⢠⣴⣾⣵⣶⣶⣾⣿⣦⡄⠄⠄⠄⢸⣿⣿⣿\n⣿⣿⣿⡇⠄⠄⢀⣾⣿⣿⢿⣿⣿⣿⣿⣿⣿⡄⠄⠄⢸⣿⣿⣿\n⣿⣿⣿⡇⠄⠄⢸⣿⣿⣧⣀⣼⣿⣄⣠⣿⣿⣿⠄⠄⢸⣿⣿⣿\n⣿⣿⣿⡇⠄⠄⠘⠻⢷⡯⠛⠛⠛⠛⢫⣿⠟⠛⠄⠄⢸⣿⣿⣿\n⣿⣿⣿⡇⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⢸⣿⣿⣿\n⣿⣿⣿⣧⡀⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⢡⣀⠄⠄⢸⣿⣿⣿\n⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣶⣆⣸⣿⣿⣿\n⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿\n```\nhttp://discord.gg/stellardev\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnet2devcrypto%2Fsoroban-nextjs-vote-dapp-with-freighter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnet2devcrypto%2Fsoroban-nextjs-vote-dapp-with-freighter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnet2devcrypto%2Fsoroban-nextjs-vote-dapp-with-freighter/lists"}