Skip to main content

Blockchain

Lethean Network
Blockchain Privacy C++

A privacy-focused blockchain toolkit for building confidential networks and commerce systems. Forked from Zano and built on CryptoNote technology, it gives you ring signatures and confidential transactions out of the box. Run your own private network with immutable auditability - you control who sees what.

Features

Privacy by Design

CryptoNote technology with confidential transactions and ring signatures

Confidential Networks

Deploy private networks with immutable auditability

Participant Sovereignty

Self-hosted or community-run network options

Open Source

EUPL-1.2 licensed, free for commercial and private use

GUI and CLI Tools

Both graphical wallet and command-line daemon available

Web3 Native

Accessible via traditional web and Handshake Name System

Installation

git clone --recursive https://github.com/LetheanNetwork/blockchain.git
cd blockchain
mkdir build && cd build
cmake ..
make -j$(nproc)

Usage

# Start the daemon
./lethean-daemon

# Create wallet
./lethean-wallet-cli --generate-new-wallet=my_wallet

More from Lethean Network

View all projects →

Fancy helping out?

Spotted a bug? Got an idea? We'd love to hear from you.

Read the contributing guide →