7.5 Local Testing (Soroban CLI)

Test contract interactions using:

soroban contract invoke \
  --network futurenet \
  --id $NEXT_PUBLIC_CONTRACT_ID \
  --source your_wallet \
  --fn deposit \
  --arg <amount>

āœ… Ensure trustlines are set āœ… Use Stellar Faucet for testnet tokens āœ… Use Stellar Expert for transaction verification

Last updated