Wallet Installation
Installation
Windows
Download the installer: Windows Installer
Verify the sha256 hash:
certutil -hashfile "C:\file\path\zikuani-0.7.0.exe" SHA256
The result should match:
5763d7443fc28c63610cbec6c02b408004b19fd7bf0943537d74cb169728d8cf zikuani-0.7.0.exe
Run the installer if the hash matches.
Note: The Windows installer includes a couple of Javascript dependencies, Nodejs and Snarkjs. The installer also includes the zkey necessary for generating valid ZK proofs, which makes it a bit heavy.
Launch the program:
- Insert your smart card into a USB port.
- Run:
"C:\Program Files\zk-firma-digital\zk-firma-digital.exe"
- Alternatively, search for zk-firma-digital in the Start menu.
Linux (Debian)
- Download the installer:
wget https://app.sakundi.io:9090/zikuani_0.7.0_amd64.deb
- Verify the sha256 hash:The result should match:
sha256sum zikuani_0.7.0_amd64.deb
dea667d8e89c283c9dc5ee2cd79ec4d81c02b2aacae8f0dd7235c781d32b95cc zikuani_0.7.0_amd64.deb
- Install the Debian package:
sudo dpkg -i zikuani_0.7.0_amd64.deb
- Launch the program:
- Insert your smart card into a USB port.
- Run:
/usr/share/zk-firma-digital/zk-firma-digital.bin
- Alternatively, search for the app in your application launcher.
MacOS
Download the installer: MacOs Installer
Verify the sha256 hash:
sha256sum zikuani-0.7.0.pkg
The result should match:
c15b4b157648c300e49e0434c3a74a14622df0a1a69c08141a9a00ff6e7a1765 zikuani-0.7.0.pkg
Run the installer if the hash matches.
Note: The MacOS installer includes a couple of Javascript dependencies, Nodejs and Snarkjs. The installer also includes the zkey necessary for generating valid ZK proofs, which makes it a bit heavy.
Launch the program:
- Insert your smart card into a USB port.
- Run:
"open /Applications/zk-firma-digital/Contents/MacOS/zk-firma-digital"
- Alternatively, search for zk-firma-digital in the Finder menu.