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