{"id":13736331,"url":"https://github.com/input-output-hk/Scorex","last_synced_at":"2025-05-08T12:32:42.681Z","repository":{"id":29950136,"uuid":"33496693","full_name":"input-output-hk/Scorex","owner":"input-output-hk","description":"Modular blockchain framework. Public domain","archived":false,"fork":false,"pushed_at":"2017-08-27T12:19:29.000Z","size":7995,"stargazers_count":506,"open_issues_count":8,"forks_count":79,"subscribers_count":69,"default_branch":"master","last_synced_at":"2025-03-12T06:02:27.598Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/input-output-hk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-06T18:02:03.000Z","updated_at":"2025-01-19T14:21:35.000Z","dependencies_parsed_at":"2022-09-07T08:40:54.531Z","dependency_job_id":null,"html_url":"https://github.com/input-output-hk/Scorex","commit_stats":null,"previous_names":["consensusresearch/scorex-lagonaki"],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/input-output-hk%2FScorex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/input-output-hk%2FScorex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/input-output-hk%2FScorex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/input-output-hk%2FScorex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/input-output-hk","download_url":"https://codeload.github.com/input-output-hk/Scorex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253068975,"owners_count":21848896,"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-08-03T03:01:19.842Z","updated_at":"2025-05-08T12:32:37.663Z","avatar_url":"https://github.com/input-output-hk.png","language":"JavaScript","funding_links":[],"categories":["Blockchain Distribution"],"sub_categories":["E-Books"],"readme":"Scorex - The modular blockchain framework\n=========================\n\n**IMPORTANT: This is repository of outdated version 1 of Scorex framework that is not supported anymore. Second version of Scorex may be found at https://github.com/ScorexFoundation/Scorex.**\n\n\n\nMotivation\n----------\n\nThere are two huge problems around cryptocurrencies development project Scorex aims to weaken:\n\n* Bitcoin Core source code contains more 100K lines of code(80K of C++ only), Nxt is more than 45K\n line of Java code. All parts of the design(network/transactional/consensus protocols) are mixed in a hard way.\n So researchers and developers are not in good start positions to make experiments.\n\n In opposite, Scorex is less than 4K lines of Scala code. Transactional layer is as simple as that. Consensus algo\n could be switched easily(with two consensus algos out of the box, one could be replaced with an another with\n  just one line of code edited!)\n\n* New coins are trying to make money immediately, often having just one or two pretty controversial\n feature. Scorex is the free and open tool aiming to make other systems development easier.\n\nFeatures\n--------\n\n* Compact, functional code\n* Modular design\n* Scala language\n* Two 100% Proof-of-Stake consensus algos out of the box, Nxt-like and Qora-like. One algo could be replaced\nwith an another with just one line of code edited.\n* Additional consensus module Proof-of-Work consensus algo is available as [separate module](https://github.com/ScorexProject/Permacoin-consensus)\n* Simplest transactional model\n* Asynchronous network layer on top of TCP\n* JSON API\n* Command line client for the JSON API\n* Cryptographic primitives externalized into [separate scrypto framework](https://github.com/ScorexProject/scrypto)\n\nGetting Started\n---------------\n\n* [Quick start guide](https://github.com/ScorexProject/Scorex/wiki/Getting-started)\n* [Documentation](https://github.com/ScorexProject/Scorex/wiki)\n* [Example project](https://github.com/ScorexProject/Lagonaki)\n* [Additional consensus module](https://github.com/ScorexProject/Permacoin-consensus)\n* [CI](http://23.94.190.226:8080/job/scorex/)\n* [Releases](https://github.com/ScorexProject/Scorex/releases)\n\nCommand-Line Client\n-------------------\n\nRun ./cli.sh after launching server to issue API requests to it via command-line client. See API section below.\nSome examples of CLI commands:\n\n * GET blocks/first\n * POST payment {\"amount\":400, \"fee\":1, \"sender\":\"2kx3DyWJpYYfLErWpRMLHwkL1ZGyKHAPNKr\",\"recipient\":\"Y2BXLjiAhPUMSo8iBbDEhv81VwKnytTXsH\"}\n\nMore reading\n------------\n\nBesides of [documentation](https://github.com/ScorexProject/Scorex/wiki) there are other resources describing Scorex:\n\nArticles:\n\n[The Architecture Of A Cryptocurrency](docs/articles/components.md)\n\n[On the Way to a Modular Cryptocurrency, Part 1: Generic Block Structure](docs/articles/modular1.md)\n\n[On the Way to a Modular Cryptocurrency, Part 2: Stackable API](docs/articles/modular2.md)\n\n[On Private Blockchains, Technically](docs/artices/private-chains.md)\n\nReadmes:\n\n[Scorex-Basics Sub-Module](scorex-basics/README.md)\n\nOthers:\n\n[API Description](docs/API.md)\n\nPlease join our mail-list: [https://groups.io/g/scorex-dev](https://groups.io/g/scorex-dev) .\n\n\nContributions\n-------------\n\nContributions are welcome! Please take a look into [issues](https://github.com/ConsensusResearch/Scorex-Lagonaki/issues).\n Testing codebase is very small at the moment, so writing a test is not just good for start, but useful as well.\n\nLicense\n-------\n\nTo the extent possible under law, the authors have dedicated all copyright and related and neighboring\nrights to this software to the public domain worldwide. This software is distributed without any warranty.\nYou can find applied CC0 license legalcode in the [COPYING](COPYING)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finput-output-hk%2FScorex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finput-output-hk%2FScorex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finput-output-hk%2FScorex/lists"}