{"id":29867115,"url":"https://github.com/mugisha-pascal/blockchain-projects","last_synced_at":"2026-05-03T11:34:20.194Z","repository":{"id":299472497,"uuid":"953631461","full_name":"MUGISHA-Pascal/Blockchain-projects","owner":"MUGISHA-Pascal","description":"A collection of hands-on blockchain projects showcasing smart contracts, decentralized apps (dApps), and Web3 integrations.","archived":false,"fork":false,"pushed_at":"2026-04-20T13:19:50.000Z","size":9062,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-20T15:32:10.060Z","etag":null,"topics":["contracts","nextjs","solidity","truffle"],"latest_commit_sha":null,"homepage":"","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/MUGISHA-Pascal.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-23T19:46:05.000Z","updated_at":"2026-04-20T13:19:56.000Z","dependencies_parsed_at":"2025-06-16T19:27:04.576Z","dependency_job_id":"76cc5846-3188-4508-bbc2-c7d49e797681","html_url":"https://github.com/MUGISHA-Pascal/Blockchain-projects","commit_stats":null,"previous_names":["mugisha-pascal/blockchain-projects"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MUGISHA-Pascal/Blockchain-projects","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MUGISHA-Pascal%2FBlockchain-projects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MUGISHA-Pascal%2FBlockchain-projects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MUGISHA-Pascal%2FBlockchain-projects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MUGISHA-Pascal%2FBlockchain-projects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MUGISHA-Pascal","download_url":"https://codeload.github.com/MUGISHA-Pascal/Blockchain-projects/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MUGISHA-Pascal%2FBlockchain-projects/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32567425,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: 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":["contracts","nextjs","solidity","truffle"],"created_at":"2025-07-30T13:20:27.430Z","updated_at":"2026-05-03T11:34:20.188Z","avatar_url":"https://github.com/MUGISHA-Pascal.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blockchain Projects Collection\n\nA comprehensive collection of decentralized applications (dApps) built with Ethereum smart contracts and modern web technologies. This repository contains various blockchain projects demonstrating different use cases and implementations.\n\n## 🚀 Projects Overview\n\n### 1. [Hello World dApp](./hello-world-dapp/)\nA simple introduction to blockchain development featuring a name storage contract where users can store and retrieve names associated with their Ethereum addresses.\n\n**Key Features:**\n- Basic smart contract interaction\n- Name storage and retrieval\n- User-friendly web interface\n\n### 2. [Fake Proof Tickets dApp](./fake-proof-tickets-dapp/)\nA ticket management system built on blockchain for creating, transferring, and verifying digital tickets with proof of ownership.\n\n**Key Features:**\n- Digital ticket issuance\n- Secure ticket transfer\n- Ticket verification system\n- Ticket invalidation capabilities\n\n### 3. [Voting dApp](./voting-dapp/)\nA decentralized voting system that allows users to cast votes for candidates in a transparent and immutable manner.\n\n**Key Features:**\n- One vote per address\n- Pre-defined candidates\n- Transparent vote counting\n- Event emission for vote tracking\n\n### 4. [Scholarship dApp](./scholarship-dapp/)\nA scholarship management platform that enables donations, applications, and fund distribution through smart contracts.\n\n**Key Features:**\n- Donation collection\n- Scholarship applications\n- Admin-controlled fund distribution\n- Transparent fund management\n\n### 5. [Pet Shop dApp](./pet_shop_dapp/)\nA pet adoption platform demonstrating how to build a complete dApp with a user-friendly interface for adopting pets.\n\n**Key Features:**\n- Pet adoption system\n- Modern web interface\n- Bootstrap-based UI\n- Complete dApp workflow\n\n## 🛠️ Technology Stack\n\n- **Blockchain:** Ethereum\n- **Smart Contracts:** Solidity (^0.8.0)\n- **Development Framework:** Truffle\n- **Frontend:** HTML, CSS, JavaScript, Bootstrap\n- **Web3 Integration:** Web3.js, Truffle Contract\n\n## 📋 Prerequisites\n\nBefore running any of these projects, make sure you have the following installed:\n\n- [Node.js](https://nodejs.org/) (v14 or higher)\n- [npm](https://www.npmjs.com/) or [yarn](https://yarnpkg.com/)\n- [Truffle](https://www.trufflesuite.com/truffle) (`npm install -g truffle`)\n- [Ganache](https://www.trufflesuite.com/ganache) (for local blockchain development)\n- [MetaMask](https://metamask.io/) (browser extension for wallet integration)\n\n## 🚀 Quick Start\n\n1. **Clone the repository:**\n   ```bash\n   git clone \u003crepository-url\u003e\n   cd blockchain_projects\n   ```\n\n2. **Install dependencies for each project:**\n   ```bash\n   # Navigate to any project directory\n   cd hello-world-dapp\n   npm install\n   ```\n\n3. **Start local blockchain:**\n   - Open Ganache and start a local blockchain\n   - Note the RPC URL (usually `http://127.0.0.1:8545`)\n\n4. **Deploy smart contracts:**\n   ```bash\n   truffle migrate --reset\n   ```\n\n5. **Run the frontend:**\n   ```bash\n   npm run dev\n   # or\n   truffle serve\n   ```\n\n## 📁 Project Structure\n\n```\nblockchain_projects/\n├── hello-world-dapp/          # Basic name storage dApp\n├── fake-proof-tickets-dapp/   # Digital ticket management\n├── voting-dapp/              # Decentralized voting system\n├── scholarship-dapp/         # Scholarship management platform\n├── pet_shop_dapp/           # Pet adoption platform\n└── .dist/                   # Distribution files\n```\n\n## 🔧 Common Commands\n\n### For all projects:\n```bash\n# Compile contracts\ntruffle compile\n\n# Deploy to local network\ntruffle migrate --reset\n\n# Run tests\ntruffle test\n\n# Start development server\ntruffle serve\n```\n\n## 🧪 Testing\n\nEach project includes comprehensive test suites. Run tests with:\n```bash\ntruffle test\n```\n\n## 📚 Learning Resources\n\n- [Truffle Documentation](https://www.trufflesuite.com/docs)\n- [Solidity Documentation](https://docs.soliditylang.org/)\n- [Web3.js Documentation](https://web3js.org/docs/)\n- [Ethereum Developer Resources](https://ethereum.org/developers/)\n\n## 🤝 Contributing\n\n1. Fork the repository\n2. Create a feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🆘 Support\n\nIf you encounter any issues or have questions:\n\n1. Check the individual project README files\n2. Review the Truffle documentation\n3. Open an issue in this repository\n\n## 🔗 Useful Links\n\n- [Ethereum Mainnet](https://ethereum.org/)\n- [Ethereum Testnets](https://ethereum.org/en/developers/docs/networks/)\n- [MetaMask](https://metamask.io/)\n- [Ganache](https://www.trufflesuite.com/ganache)\n\n---\n\n**Happy Building! 🚀** ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmugisha-pascal%2Fblockchain-projects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmugisha-pascal%2Fblockchain-projects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmugisha-pascal%2Fblockchain-projects/lists"}