Telegram (ask questions / claim the issue here first): https://t.me/+DOylgFv1jyJlNzM0
Why this matters
There is no README anywhere under contracts/stream_contract and Cargo.toml has no description field. New integrators have no single entry point describing the create/top_up/withdraw/cancel/pause/resume lifecycle, the fee/treasury model (MAX_FEE_RATE_BPS=1000), the emitted events, or the StreamError codes.
Acceptance criteria
Files to touch
contracts/stream_contract/Cargo.toml
contracts/stream_contract/src/lib.rs
Out of scope
- Repo-root README or CONTRIBUTING.md
Why this matters
There is no README anywhere under contracts/stream_contract and Cargo.toml has no description field. New integrators have no single entry point describing the create/top_up/withdraw/cancel/pause/resume lifecycle, the fee/treasury model (MAX_FEE_RATE_BPS=1000), the emitted events, or the StreamError codes.
Acceptance criteria
Files to touch
contracts/stream_contract/Cargo.tomlcontracts/stream_contract/src/lib.rsOut of scope