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.
Shekyl Wallet CLI
shekyl-wallet-cli
Command-line wallet for creating addresses, managing keys, and sending/receiving SKL securely.
Shekyl Wallet RPC
shekyl-wallet-rpc
Wallet API server for automation, integrations, and infrastructure tooling.
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.
Helpful references
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 .
Quick Links
Start Mining
Learn what mining does for Shekyl and start step-by-step with your own node.
Open mining guideRun a Node
Set up `shekyld`, synchronize safely, and operate with proper RPC and network settings.
View node guideBuild from Source
Follow the canonical installation flow for Linux, macOS, Windows, and static release builds.
Open build instructions