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:
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.
# 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