Soundness Layer is a decentralized verification layer ensuring fast, scalable, and cross-chain data verification. Built on Walrus for data availability and Sui for sequencing, it leverages restaking for security.
- Updates your system packages
- Installs Rust
- Installs
soundnessup
(Soundness Layer installer) - Sets up your shell environment
- Generates a Soundness key (
my-key
)
- Visit: https://soundness.xyz/
- Submit your email
- Go to Codespace: https://github.com/codespaces
- Create Account
- Click BLANK Use this template
- Paste the following Command:
sudo apt update && sudo apt upgrade -y && \
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && \
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
- Don't forget to save your Mnemonic Phrase and Pub-Key
- Join here: https://discord.gg/MRDQmzWeWP
- Go to #soundness-cockpit Channel
▶️ Submit your Pub-Key. - Format:
/access gUOAfnrUH1dmddsadas29GZW/pOGPuBl+kT9w=
- Go to #soundness-cockpit Channel
- Link your Telegram and Twitter:
-
For Telegram Type:
/link_telegram <Your_Username>
-
For Twitter Type:
/x_login <Your_Twitter_Profile>
-
View your linked X account, whitelist key, and Telegram account Type:
/info
Official Guide: https://github.com/SoundnessLabs/soundness-layer/tree/main/soundness-cli