Skip to content

veritas-shine/TQC

Repository files navigation

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

# clone the latest source code
git clone --depth=1 https://github.com/veritas-shine/TQC.git

# install npm packages
cd TQC && npm i

# run code in develop mode
npm run dev