Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (12 loc) · 429 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 429 Bytes

gem-node

Experimental blockchain

The project is currently frozen.

It is an attempt to make a blockchain from scratch with a set of interesting technologies.

Technologies used

Consensus Algorithm: RandomX PoW

Difficulty Algorithm: LWMA1

Cryptography: Ed25519 & Blake2b256 (Blockchain), Argon2 & ChaCha20-Poly1305 (Wallet)

Model: Account-Based

Network: libp2p, Gossip protocol

DB: RocksDB

Interaction: RPC-JSON