You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The core Soroban streaming contract is implemented but not yet deployed
to Stellar testnet. This issue covers deploying it and wiring up the
real contract address in the frontend.
Tasks
Install Stellar CLI and configure testnet network
Fund a testnet account via Friendbot
Build the contract: cargo build --target wasm32-unknown-unknown --release
Deploy using: stellar contract deploy --wasm ...
Copy the returned contract address
Replace the TODO placeholder in frontend/src/services/stellar.ts
Test create_stream and claim via CLI before updating frontend
Open a PR with the updated contract address + deployment notes
Overview
The core Soroban streaming contract is implemented but not yet deployed
to Stellar testnet. This issue covers deploying it and wiring up the
real contract address in the frontend.
Tasks
cargo build --target wasm32-unknown-unknown --releasestellar contract deploy --wasm ...frontend/src/services/stellar.tsResources