Hi, where I can find instruction on how to compile wallet on ubuntu
1. In terminal:
"sudo apt update && sudo apt install build-essential cmake pkg-config libboost-all-dev libssl-dev libzmq3-dev libunbound-dev libsodium-dev libunwind8-dev liblzma-dev libreadline6-dev libldns-dev libexpat1-dev doxygen graphviz libpgm-dev qttools5-dev-tools libhidapi-dev libusb-dev libprotobuf-dev protobuf-compiler"
2. "git clone
https://github.com/klaroooo/klaro"
3. "cd klaro"
4. "make"
Executables will be placed under klaro/build/Linux/master/release/bin
You can start Klaro daemon by launching "./klarod" command
and
wallet by "./klaro-wallet-cli"
Any further questions feel free to join us on Telegram.