Shekyl Stats

Refreshing...

Network

Connected

Chain

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

Rewards

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

Supply

Circulating Supply
--
Remaining Supply
--
Total Burned
0 SKL

Economics

Release Multiplier
0
Burn Rate %
0
Stake Ratio
0
Staker Pool
0 SKL
Staker Emission Share
0

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.

Core Downloads

Shekyl Daemon

shekyld

Full node daemon for validating the chain, exposing RPC APIs, and optionally mining via built-in flags.

LinuxmacOSWindows
Download Releases

Shekyl Wallet CLI

shekyl-wallet-cli

Command-line wallet for creating addresses, managing keys, and sending/receiving SKL securely.

LinuxmacOSWindows
Download Releases

Shekyl Wallet RPC

shekyl-wallet-rpc

Wallet API server for automation, integrations, and infrastructure tooling.

LinuxmacOSWindows
Download Releases

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/Shekyl.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 .