cargo install soroban-cli --features opt
Autocomplete
echo "source <(soroban completion --shell bash)" >> ~/.bashrc
soroban config network add --global testnet \
--rpc-url https://soroban-testnet.stellar.org:443 \
--network-passphrase "Test SDF Network ; September 2015"
soroban config identity generate --global alice
Airdrop:
curl "https://friendbot.stellar.org/?addr=$(soroban config identity address alice)"