项目作者: veritas-shine

项目描述 :
Truly Quantum Cash
高级语言: JavaScript
项目地址: git://github.com/veritas-shine/TQC.git
创建时间: 2018-03-25T13:15:47Z
项目社区:https://github.com/veritas-shine/TQC

开源协议:MIT License

下载


codebeat badge
Snyk Vulnerability Analysis
MIT licensed

TQC - Truly Quantum Cash

NodeJS-based blockchain cryptocurrency utilizing Ring-LWE type signature scheme (GLYPH) instead of ECDSA. Using simple Proof-of-work algorithm(mixed sha256 & cube256).

GLYPH signature scheme is quantum computer resistant, with fast speed & smallest binary size compared to other post-quantum signature scheme(such as
XMSS, BLISS-II).

More information:


TQC Testnet (working on)

You are welcome to install the development version and join the testnet. Be aware that work is in progress and there might be frequent breaking changes.

Install

  1. # clone the latest source code
  2. git clone --depth=1 https://github.com/veritas-shine/TQC.git
  3. # install npm packages
  4. cd TQC && npm i
  5. # run code in develop mode
  6. npm run dev