/Scorex

Scorex 2.0 Core

Primary LanguageJavaScriptCreative Commons Zero v1.0 UniversalCC0-1.0

Scorex 2 - The modular blockchain framework Build Status

Join the chat at https://gitter.im/input-output-hk/Scorex

Scorex and Scorex 2

It is experimental an still raw new major release of the Scorex. Previous version with documentation etc could be found at https://github.com/input-output-hk/Scorex.

Motivation

There are two huge problems around cryptocurrencies development project Scorex aims to weaken:

  • Bitcoin Core source code contains more 100K lines of code(80K of C++ only), Nxt is more than 45K line of Java code. All parts of the design(network/transactional/consensus protocols) are mixed in a hard way. So researchers and developers are not in good start positions to make experiments.

In opposite, Scorex is less than 4K lines of Scala code. Transactional layer is as simple as that. Consensus algo could be switched easily(with two consensus algos out of the box, one could be replaced with an another with just one line of code edited!)

  • New coins are trying to make money immediately, often having just one or two pretty controversial feature. Scorex is the free and open tool aiming to make other systems development easier.

Features

  • Compact, functional code
  • Modular design with fine granularity
  • Scala language
  • Asynchronous network layer on top of TCP
  • JSON API
  • Command line client for the JSON API
  • Cryptographic primitives externalized into separate scrypto framework
  • Few examples out-of-box

Documentation

Please refer to the tutorial.

Command-Line Client

Run ./cli.sh after launching server to issue API requests to it via command-line client. See API section below. Some examples of CLI commands:

  • GET blocks/first
  • POST payment {"amount":400, "fee":1, "sender":"2kx3DyWJpYYfLErWpRMLHwkL1ZGyKHAPNKr","recipient":"Y2BXLjiAhPUMSo8iBbDEhv81VwKnytTXsH"}

Contributions

Contributions are welcome! Please take a look into issues. Testing codebase is very small at the moment, so writing a test is not just good for start, but useful as well.

License

To the extent possible under law, the authors have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty. You can find applied CC0 license legalcode in the COPYING