Advertisement
EvenoR

Soundness CLI

May 4th, 2025 (edited)
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.37 KB | None | 0 0
  1. #1. Update system & Install Curl
  2. sudo apt update
  3. sudo apt install curl
  4. #2. Install installation script
  5. curl -sSL https://raw.githubusercontent.com/soundnesslabs/soundness-layer/main/soundnessup/install | bash
  6. #3. Install node
  7. source ~/.bashrc
  8. soundnessup install
  9. #4. Get keys
  10. soundness-cli generate-key --name ИМЯ_КЛЮЧА
  11. #5. Update node
  12. soundnessup update
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement