ZenGround0 / onramp-contracts

Prototyping smart contracts piping data to the filecoin network
2 stars 1 forks source link

Send deal to boost #11

Closed ZenGround0 closed 2 months ago

ZenGround0 commented 3 months ago
  1. Learn how to operate boost
  2. After commiting to aggregate send deal to boost. This might require xchain daemon serving the deal / buffered data over http
  3. Ensure that boost will accept externally sent client contract deal, if not figure out patch and do temporary fork of boost.
ZenGround0 commented 2 months ago

Figured this out

Hardest part was the undocumented boost transfer protocol. Need to expose content-length header which means not encoding chunked.

Boost client contract code worked like a dream however :)