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:
| Endpoint | URL |
|---|---|
| API | http://127.0.0.1:10087/api |
| WebSocket | ws://127.0.0.1:10087/ws |
| Dashboard | http://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.