A Golang service for uploading files to Web3 Storage.
It is an HTTP server with the following API:
POST /api/v1/upload
Basin Provider makes a call sending the file it wants to archive. The HTTP handler will create a CAR file and upload it to Web3 storage, returning the root CID.
Merging into main
, will deploy automatically in k8s.