{"id":25282472,"url":"https://github.com/varuns2002/typescript-cryptocurrency","last_synced_at":"2026-05-04T08:32:58.867Z","repository":{"id":106408259,"uuid":"482754081","full_name":"VarunS2002/TypeScript-Cryptocurrency","owner":"VarunS2002","description":"Basic cryptocurrency implementation in Typescript.","archived":false,"fork":false,"pushed_at":"2022-04-26T09:30:22.000Z","size":130,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-06T13:19:36.301Z","etag":null,"topics":["bitcoin","blockchain","cryptocurrency","ethereum","merkle-root","merkle-tree","mining","typescript","wallet"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VarunS2002.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":"2022-04-18T07:23:39.000Z","updated_at":"2025-02-25T20:07:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"201d3202-41a9-4e45-80c2-af2896ff4c07","html_url":"https://github.com/VarunS2002/TypeScript-Cryptocurrency","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/VarunS2002/TypeScript-Cryptocurrency","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VarunS2002%2FTypeScript-Cryptocurrency","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VarunS2002%2FTypeScript-Cryptocurrency/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VarunS2002%2FTypeScript-Cryptocurrency/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VarunS2002%2FTypeScript-Cryptocurrency/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VarunS2002","download_url":"https://codeload.github.com/VarunS2002/TypeScript-Cryptocurrency/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VarunS2002%2FTypeScript-Cryptocurrency/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32600955,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"online","status_checked_at":"2026-05-04T02:00:06.625Z","response_time":58,"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":["bitcoin","blockchain","cryptocurrency","ethereum","merkle-root","merkle-tree","mining","typescript","wallet"],"created_at":"2025-02-12T19:34:29.587Z","updated_at":"2026-05-04T08:32:58.834Z","avatar_url":"https://github.com/VarunS2002.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TypeScript-Cryptocurrency\n\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n\nBasic cryptocurrency implementation in typescript.\n\n#### This project is heavily based on the guide written by [Ankan Bag](https://ankan101.medium.com/) which was posted [here](https://javascript.plainenglish.io/lets-create-a-cryptocurrency-for-fun-using-javascript-42894b50e44c).\n\n### Requirements:\n\n- [Node.js with npm](https://nodejs.org/en/download/)\n\n### Usage:\n\n\u003e #### Installing required packages\n\n1. Clone this repository\n\n2. Open a terminal window\n\n3. Set current working directory to `TypeScript-Cryptocurrency`\n\n4. Run `npm install`\n\n\u003e #### Running the application\n\n1. Open a terminal window\n\n2. Set current working directory to `TypeScript-Cryptocurrency`\n\n3. Run `npm run start` or `ts-node index.ts`\n\n\u003e #### Compiling to JavaScript\n\n1. Open `tsconfig.json`\n\n2. Set `noEmit` to `false`\n\n3. To generate a source map, set `sourceMap` to `true`\n\n4. Open a terminal window\n\n5. Set current working directory to `TypeScript-Cryptocurrency`\n\n6. Run `npm run build` or `tsc`\n\n\u003e #### Running the compiled application\n\n1. Open a terminal window\n\n2. Set current working directory to `TypeScript-Cryptocurrency`\n\n3. Run `node index.js`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaruns2002%2Ftypescript-cryptocurrency","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvaruns2002%2Ftypescript-cryptocurrency","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaruns2002%2Ftypescript-cryptocurrency/lists"}