Skip to main content

Quick Start

The LDK and local devnet are still experimental. If you run into an issue, please report it in the LDK repository.

Install the LDK:

curl ldk.lyquor.dev -L | bash

This installs the LDK and developer tools under ~/.shakenup, including shaker, ladle, Rust, and Foundry.

Start the single-node local devnet with Docker Compose:

docker compose -f ~/.shakenup/ldk/docker/single/docker-compose.yaml up -d

The node is now available at:

EndpointURL
APIhttp://127.0.0.1:10087/api
WebSocketws://127.0.0.1:10087/ws
Dashboardhttp://127.0.0.1:10087/lyquor/

From here, continue with the step-by-step hello tutorial, try the ERC20-compatible Lyquid, or see Build, Deploy, and Test for multi-node devnets, shaker deploy, hosted UIs, packaging, and debugging.