Starting Applications
- Run CARL (backend):
cargo carl
You can then open the UI by going to https://localhost:8080/ in your web browser.
-
Run CLEO (CLI for managing CARL):
cargo cleo
-
Run EDGAR (edge software):
cargo edgar service
Mind that this is in a somewhat broken state and may be removed in the future,
as it's normally necessary to add the peer in CARL and then go throughedgar setup
.
For a more realistic environment, see test-environment.
UI Development
Run cargo lea
to continuously build the newest changes in the LEA codebase.
Then you can simply refresh your browser to see them.