cargo install soroban-cli --features optAutocomplete
echo "source <(soroban completion --shell bash)" >> ~/.bashrcsoroban 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 aliceAirdrop:
curl "https://friendbot.stellar.org/?addr=$(soroban config identity address alice)"