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

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.

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

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 Rust toolchain for PQC-enabled builds and future consensus-compatible releases.

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 .