Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.42 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.42 KB

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