How do i download the wallet in layman's terms?
I downloaded java and tried running the bat file in my terminal since i use MAC but it says permission denied.
Which file do I run and on which application?
Thanks
In macOS, you need to open the Terminal, and then enter the following commands
cd /path/to/semux
./semux.sh
In case of permission errors, try
chmod +x semux.sh