Skip to content

OxcloneNetwork/Soundness-Knight-Tour-Guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 

Repository files navigation

Soundness-Knight-Tour-Guide

Option 1: Check your cli if updated

git pull

If you get an output like Already up to datethen your cli is updated, just go ahead to submit your proof image

Option 2: If your cli is not updated then run the following command πŸ‘‡

Update the cli

curl -sSL https://raw.githubusercontent.com/soundnesslabs/soundness-layer/main/soundnessup/install | bash
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs/ | sh
source ~/.bashrc
soundnessup install
soundnessup update

After UPDATING, go ahead to submit your proof

Option 3: If you are still getting error after updating then run this (Mainly for PC and VPS users)πŸ‘‡

Clear the terminal

clear

Update the cli

curl -sSL https://raw.githubusercontent.com/soundnesslabs/soundness-layer/main/soundnessup/install | bash
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs/ | sh
source ~/.bashrc
soundnessup install
soundnessup update

Navigate to project directory πŸ‘‡

cd soundness-layer/soundness-cli

If you're already in the project directory, just run πŸ‘‡

Run the gitpull

git pull

Reinstall the path πŸ‘‡

cargo install --path .

Verify Installation πŸ‘‡

soundness-cli --version

or

cargo run

After UPDATING, go ahead to submit your proof

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published