Teressa - Unable to Install from binary distribution

Viewed 41

Im having difficulty installing teressa from a binary distribution. (https://docs.tessera.consensys.net/en/stable/HowTo/Get-started/Install/Distribution/) I have extracted the .tar file from the github link however the teressa/bin command only displays 1 command which is the teressa help command despite me running various different commands such as terresa version and terresa -keygen , it will still only display the teressa help command and I am unsure why that is the case

My Script: C://Program Files/ tar xvf tessera-dist-22.1.7.tar (To extract tar file from github repo under docs) C://Program Files/ cd tessera-22.1.7/bin/ tessara help (Shows help) C://Program Files/ cd tessera-22.1.7/bin/ tessara version (Shows help again)

Update: I managed to get the Tessera functions to work properly through running the tessera image on docker desktop. I used docker run quorumengineering/tessera:latest on command prompt/windows powershell. And docker cp container-id:/path C://Program Files to copy and paste my private keys from docker container into my local windows file explorer

0 Answers
Related