Files
lez-programs/apps/amm/README.md
r4bbit 7b9fb837e3 refactor: move programs into programs and UIs into apps
This refactors the repository structure as it has grown over time.
2026-05-26 13:54:02 +02:00

693 B

AMM UI

A QML UI application for the Automated Market Maker (AMM) program.

See the Logos QML UI App Tutorial for more information.

Setup

This project requires Nix with experimental features enabled. If you haven't already, enable them permanently:

mkdir -p ~/.config/nix && echo "experimental-features = nix-command flakes" >> ~/.config/nix/nix.conf

Running the UI

Start the UI with:

nix run .

This builds and runs the application in development mode.

Updating Dependencies

To update the pinned versions of dependencies in flake.lock:

nix flake update