{"id":21887886,"url":"https://github.com/arjuntheprogrammer/blockchain-web-development-on-ethereum-2020","last_synced_at":"2026-04-11T08:32:40.411Z","repository":{"id":101774219,"uuid":"285815837","full_name":"arjuntheprogrammer/Blockchain-Web-Development-on-Ethereum-2020","owner":"arjuntheprogrammer","description":"Blockchain Web Development on Ethereum [2020]","archived":false,"fork":false,"pushed_at":"2020-08-16T13:43:25.000Z","size":486,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-26T20:29:51.949Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/arjuntheprogrammer.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":"2020-08-07T11:45:36.000Z","updated_at":"2020-08-16T13:43:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"fe0c30f5-a777-453f-88f0-6b1b3baed8b7","html_url":"https://github.com/arjuntheprogrammer/Blockchain-Web-Development-on-Ethereum-2020","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arjuntheprogrammer%2FBlockchain-Web-Development-on-Ethereum-2020","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arjuntheprogrammer%2FBlockchain-Web-Development-on-Ethereum-2020/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arjuntheprogrammer%2FBlockchain-Web-Development-on-Ethereum-2020/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arjuntheprogrammer%2FBlockchain-Web-Development-on-Ethereum-2020/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arjuntheprogrammer","download_url":"https://codeload.github.com/arjuntheprogrammer/Blockchain-Web-Development-on-Ethereum-2020/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244895155,"owners_count":20527843,"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":"2024-11-28T11:13:02.741Z","updated_at":"2026-04-11T08:32:35.392Z","avatar_url":"https://github.com/arjuntheprogrammer.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blockchain Web Development on Ethereum [2020]\n\nCourse Link: \u003chttps://www.udemy.com/course/complete-blockchain-web-application-course-on-ethereum/\u003e\n\n---\n\n# BlockchainPoll\n\nThis project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.5.\n\n## Development server\n\nRun `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.\n\n## Code scaffolding\n\nRun `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.\n\n## Build\n\nRun `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.\n\n## Running unit tests\n\nRun `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).\n\n## Running end-to-end tests\n\nRun `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).\n\n## Further help\n\nTo get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).\n\n---\n\n## LEARNINGS\n\n1. Develop full decentralized web application on Ethereum blockchain\n2. Learn smart contract fundamentals and interaction\n3. Learn how to connect your web application to blockchain\n4. How to react to blockchain events\n5. How to deploy and run local blockchain\n\n---\n\n## SECTIONS\n\n1. Frontend application - developed in Angular, completely decoupled from blockchain.\n\n2. Smart Contract and blockchain - learning the fundamentals of developing, deploying (locally) and interacting with smart contract.\n\n3. Middleware - The most important \"glue\" between the frontend and smart contract.\n\n---\n\n## COMMANDS\n\n- ng new blockchain-poll --directory ./\n- npm start\n- npm install bootstrap\n  - add following to styles in angular.json\n    - \"node_modules/bootstrap/dist/css/bootstrap.min.css\"\n  - add following to scripts in angular.json\n    - \"node_modules/jquery/dist/jquery.min.js\",\n    - \"node_modules/bootstrap/dist/js/bootstrap.min.js\"\n- ng generate component poll-create\n- ng generate component poll\n- ng generate component poll-vote\n- npm install apexcharts --save\n- ng generate service poll\n- npm install web3 --save\n- ng generate service web3\n\n---\n\n## PROJECT STRUCTURE\n\n\u003cimg width=\"600\" alt=\"Screenshot 2020-08-08 at 6 05 58 PM\" src=\"https://user-images.githubusercontent.com/15984084/89710557-ebf6bf00-d9a1-11ea-9cdd-f3193d5b7b3e.png\"\u003e\n\n\u003cimg width=\"600\" alt=\"Screenshot 2020-08-08 at 6 07 38 PM\" src=\"https://user-images.githubusercontent.com/15984084/89710592-1b0d3080-d9a2-11ea-962c-a963cd7c9420.png\"\u003e\n\n---\n\n## SCREENSHOTS\n\nApplication Web View:\n![image](https://user-images.githubusercontent.com/15984084/90333658-5aaccb80-dfe5-11ea-8732-11fa37edc600.png)\n\nGanache Transactions\n![image](https://user-images.githubusercontent.com/15984084/90335684-47552c80-dff4-11ea-9cb5-4a20857a9dfc.png)\n\n---\n\n## Course Completion Certificate\n\n\u003chttps://www.udemy.com/certificate/UC-f345785d-a8f7-44b2-a06a-8a7955b00763/\u003e\n\n![image](https://udemy-certificate.s3.amazonaws.com/image/UC-f345785d-a8f7-44b2-a06a-8a7955b00763.jpg)\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farjuntheprogrammer%2Fblockchain-web-development-on-ethereum-2020","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farjuntheprogrammer%2Fblockchain-web-development-on-ethereum-2020","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farjuntheprogrammer%2Fblockchain-web-development-on-ethereum-2020/lists"}