EvenoR

Soundness CLI Proof

Aug 23rd, 2025 (edited)
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.23 KB | None | 0 0
  1. #1 Update your system
  2. sudo apt update && sudo apt upgrade -y
  3. #2 Install Soundnessup
  4. curl -sSL https://raw.githubusercontent.com/soundnesslabs/soundness-layer/main/soundnessup/install | bash
  5. #3 Install Rust
  6. curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs/ | sh
  7. #4 Reload your shell
  8. source ~/.bashrc
  9. #5 Install Soundness CLI
  10. soundnessup install
  11. #6 Update Soundness CLI
  12. soundnessup update
  13. #7 Import an existing key
  14. soundness-cli import-key --name my-key --mnemonic "YOUR_SEED_PHRASE"
  15. #8 Check your keys
  16. soundness-cli list-keys
  17. #9 Generate Proof
  18. soundness-cli send --proof-file="sf1fPu8vwfcf4eX8Rx1qZyAM8mhWVAH9I5uI_ebRBvI" --game="8queens" --key-name="YOUR_KEY_HERE_DO_NOT_REMOVE_QUOTES" --proving-system="ligetron" --payload='{"program": "/root/ligero_internal/sdk/build/examples/8queen.wasm", "shader-path": "/root/ligero_internal/shader", "packing": 8192, "private-indices": [1, 2], "args": [{"str": "0000000000000000"}, {"str": "11111111111111111111111111111111"}, {"str": "IhF2U06WOOEEi84/goFnFzPCg5+YuQF/bIcwBjmLml4="}, {"str": "dbfe9850120e5d1848e79542d40ccf2fa135dc2d4693cf99b6a581b7ba93f0c6"}]}'
  19.  
  20.  
  21. #FIX
  22.  
  23. sudo apt update
  24. sudo apt install -y build-essential pkg-config libssl-dev
  25. . "$HOME/.cargo/env"
  26. soundnessup install
  27.  
Advertisement
Add Comment
Please, Sign In to add comment