Skip to content

Riju0091/Soundness-airdrop

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Soundness Testnet Guide

For more Hidden Alpha & Updates-- Follow usπŸ‘‡πŸ˜Ž

Telegram: https://Telegram.me/feature_earning
sudo apt update && sudo apt upgrade -y
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source $HOME/.cargo/env
rustc --version
cargo --version
echo 'source $HOME/.cargo/env' >> ~/.bashrc
source ~/.bashrc
curl -sSL https://raw.githubusercontent.com/soundnesslabs/soundness-layer/main/soundnessup/install | bash
source ~/.bashrc
soundnessup install
soundnessup update
soundness-cli generate-key --name my-key

Importing a Key Pair To import an existing key pair from a mnemonic phrase:

soundness-cli import-key --name my-key

Listing Key Pairs To view all stored key pairs and their associated public keys:

soundness-cli list-keys

Exporting Key Mnemonic To export the mnemonic phrase for a stored key pair:

soundness-cli export-key --name my-key

About

MADE BY: https://telegram.me/feature_earning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%