https://github.com/skaaalper/soundness-setup
https://github.com/skaaalper/soundness-setup
airdrop pubkey setup soundness soundness-proof sui testnet walrus
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/skaaalper/soundness-setup
- Owner: SKaaalper
- Created: 2025-03-29T06:54:29.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-29T07:10:22.000Z (2 months ago)
- Last Synced: 2025-03-29T08:20:19.185Z (2 months ago)
- Topics: airdrop, pubkey, setup, soundness, soundness-proof, sui, testnet, walrus
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Soundness-pubKey-setup

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`)## Waitlist:
1. Visit: https://soundness.xyz/
- Submit your email## Generate Your Key here:
1. Go to Codespace: https://github.com/codespaces
- Create Account
- Click **BLANK** Use this template
2. 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 Discord:
1. Join here: https://discord.gg/MRDQmzWeWP
- Go to **#testnet-access** Channel ▶️ Submit your **Pub-Key**.
- Format: `!access gUOAfnrUH1dmddsadas29GZW/pOGPuBl+kT9w=`
Official Guide: https://github.com/SoundnessLabs/soundness-layer/tree/main/soundness-cli