{"id":16600586,"url":"https://github.com/savjee/savjeecoin-frontend","last_synced_at":"2025-04-09T05:12:43.342Z","repository":{"id":36955316,"uuid":"158831709","full_name":"Savjee/savjeecoin-frontend","owner":"Savjee","description":"Angular app to visualize \u0026 interact with a blockchain","archived":false,"fork":false,"pushed_at":"2025-02-15T11:24:26.000Z","size":2261,"stargazers_count":71,"open_issues_count":6,"forks_count":92,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-02T02:06:39.775Z","etag":null,"topics":["angular","blockchain","front-end","js","proof-of-concept"],"latest_commit_sha":null,"homepage":"https://savjee.github.io/savjeecoin-frontend/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Savjee.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":"2018-11-23T12:44:35.000Z","updated_at":"2025-02-15T11:23:52.000Z","dependencies_parsed_at":"2024-10-28T10:28:54.922Z","dependency_job_id":"4008d388-a1af-4a51-83ef-a7917278504e","html_url":"https://github.com/Savjee/savjeecoin-frontend","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/Savjee%2Fsavjeecoin-frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Savjee%2Fsavjeecoin-frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Savjee%2Fsavjeecoin-frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Savjee%2Fsavjeecoin-frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Savjee","download_url":"https://codeload.github.com/Savjee/savjeecoin-frontend/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247980844,"owners_count":21027808,"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":["angular","blockchain","front-end","js","proof-of-concept"],"created_at":"2024-10-12T00:15:00.377Z","updated_at":"2025-04-09T05:12:43.326Z","avatar_url":"https://github.com/Savjee.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"\" rel=\"noopener\"\u003e\n \u003cimg width=450px height=200px src=\"https://savjee.github.io/savjeecoin-frontend/assets/img/github-project-logo.png\" alt=\"Project logo\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch3 align=\"center\"\u003eSavjeeCoin Frontend\u003c/h3\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n  [![Build Status](https://travis-ci.org/Savjee/savjeecoin-frontend.svg?branch=master)](https://travis-ci.org/Savjee/savjeecoin-frontend)\n  [![GitHub Issues](https://img.shields.io/github/issues/Savjee/savjeecoin-frontend.svg)](https://github.com/Savjee/bearclaw/issues)\n  [![GitHub Pull Requests](https://img.shields.io/github/issues-pr/Savjee/savjeecoin-frontend.svg)](https://github.com/Savjee/bearclaw/pulls)\n  [![License](https://img.shields.io/badge/license-MIT-blue.svg)](/LICENSE)\n\n\u003c/div\u003e\n\n---\n\n\nAngular application that allows you to interact with a blockchain. You can see the blocks on chain, see transaction within them and even create new transactions and mine blocks.\n\nBuilt on top of [SavjeeCoin](https://github.com/Savjee/SavjeeCoin) (simply Blockchain implementation in Javascript).\n\n## 👀 Live demo\n**[Check it out here.](https://savjee.github.io/savjeecoin-frontend/)** You can create transactions, mine blocks and explore your own blockchain.\n\n## 🏁 Getting Started \u003ca name = \"getting_started\"\u003e\u003c/a\u003e\nGet a copy of the SavjeeCoin front-end running on your local machine (for playing around, testing or development).\n\n```\ngit clone https://github.com/Savjee/savjeecoin-frontend.git\n```\n\nInstall the dependencies:\n```\ncd savjeecoin-frontend\nnpm install\n```\n\nRun the application:\n```\nnpm start\n```\n\nAt this point the application should be running on your machine on [http://localhost:4200](http://localhost:4200)\n\n\n## 📸 Screenshots\n\n**Home page:** Seeing blocks on the chain \u0026 exploring transactions in each block.\n![](https://savjee.github.io/savjeecoin-frontend/assets/screenshots/blockchain-overview.png)\n\n**Creating new transactions:** You can create new transactions to any wallet for any amount (no validation). New transactions will be added to the \"pending transactions\", ready to be included in the next block.\n![](https://savjee.github.io/savjeecoin-frontend/assets/screenshots/create-new-transactions.png)\n\n**Pending transactinos:** List of all pending transactions. These will be included in the next block when the mining process starts.\n![](https://savjee.github.io/savjeecoin-frontend/assets/screenshots/pending-transactions.png)\n\n**Wallet details:** You can click on any wallet address and see an overview of that wallet: its current balance and all transaction to/from that wallet.\n![](https://savjee.github.io/savjeecoin-frontend/assets/screenshots/wallet-details.png)\n\n*⚠️This is for educational purposes only. This is by no means a complete blockchain implementation (nor does it aim to be one). Use it to learn how blockchains operate.*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsavjee%2Fsavjeecoin-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsavjee%2Fsavjeecoin-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsavjee%2Fsavjeecoin-frontend/lists"}