Shekyl Stats

Refreshing...

Network

Connected
Seed Nodes Active
--

Chain

Current Block
0
Target Height
0
Top Block Hash
--
Block Time Target
2 min

Rewards

Last Block Reward
0.000000 SKL
Difficulty
0
Estimated Hash Rate
0 H/s

Supply

Circulating Supply
--
Remaining Supply
--
Total Burned
0.000000 SKL

Economics

Release Multiplier
0
Burn Rate %
0

Staking

Stake Ratio
0
Staker Pool
0.000000 SKL
Staker Emission Share
0
Total Staked
N/A
Staking Height
N/A
Tier 0 Lock Blocks
N/A
Tier 1 Lock Blocks
N/A
Tier 2 Lock Blocks
N/A

Protocol

Transaction Format
TransactionV3
Membership Proof
FCMP++
Spend Auth
Ed25519 + ML-DSA-65
Confidentiality
Stealth + BP+

Node

TX Pool Size
0
Database Size
0 B
Node Version
--
Sync Status
Syncing

Resources

Download wallets, node software, and developer tools for the Shekyl network.

Active development on dev

Major work in progress — Rust wallet engines, BIP-39 recovery, LWMA-1 difficulty, and staking shard visualization — lands on the dev branch first. Stable releases, downloads, and the documentation browser here track main.

Recommended

Shekyl GUI Wallet

Send, receive, mine, and stake — all from one app. No command-line required.

Checking for latest release...

Private by default

Post-quantum protected

Mine & stake from the app

Advanced

Node & CLI Tools

Run your own node, use the CLI wallet, or set up wallet RPC for integrations.

Checking for latest release...

Full node daemon

CLI wallet

Wallet RPC server

Wallet & Security Improvements

The wallet stack is being rebuilt for stronger safety and clearer recovery — without changing Shekyl's privacy-by-default promise.

  • Wallet signing, refresh, and key handling move into Rust engines, replacing inherited C++ paths over time.
  • BIP-39 mnemonic backup on mainnet and stagenet — the same 24-word standard used across the industry.
  • Secrets are handled with modern wipe-on-drop discipline as engines land on the development branch.

Build From Source

Shekyl can be built natively on Linux, macOS, and Windows (MSYS2), with support paths for Raspberry Pi and BSD systems.

  • Clone recursively: git clone --recursive https://github.com/Shekyl-Foundation/shekyl-core.git
  • Build default release: make
  • Build static release: make release-static
  • Install the Rust toolchain for PQC-enabled builds; wallet and consensus work on the development branch depends on it.

Additional Tools

Blockchain Utilities

Advanced command-line tools are available for importing/exporting chains, gathering stats, and pruning blockchain data.

shekyl-blockchain-import / export / stats / prune

Docker

Prefer container workflows? Build and run Shekyl in Docker for reproducible node environments.

docker build -t shekyl .