Build a backend module (scheduler/deal-maker.js) that interfaces with a selected deal-maker API to automate storage deal proposals. The adapter should: (1) accept a CID, size, and duration, (2) propose a deal to a storage provider, (3) return the deal ID, (4) handle errors with retry. Document the comparison and selection in docs/deal-maker-comparison.md.
Build a backend module (scheduler/deal-maker.js) that interfaces with a selected deal-maker API to automate storage deal proposals. The adapter should: (1) accept a CID, size, and duration, (2) propose a deal to a storage provider, (3) return the deal ID, (4) handle errors with retry. Document the comparison and selection in docs/deal-maker-comparison.md.